Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucketList.OwnerID

TElAWSS3DataStorageBucketList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains ID of the buckets list's owner.

Declaration

[C#]
    string OwnerID;

[VB.NET]
    Property OwnerID As String

[Pascal]
    property OwnerID : string;

[C++]
    void get_OwnerID(std::string &OutResult);

[PHP]
    string get_OwnerID()

[Java]
    String getOwnerID();

Description

    Use this read-only property to get the ID of the owner of the buckets.

See also:     OwnerDisplayName    

Discuss this help topic in SecureBlackbox Forum