Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucketList.OwnerDisplayName

TElAWSS3DataStorageBucketList     See also     


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


Contains display name of the buckets list's owner.

Declaration

[C#]
    string OwnerDisplayName;

[VB.NET]
    Property OwnerDisplayName As String

[Pascal]
    property OwnerDisplayName : string;

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

[PHP]
    string get_OwnerDisplayName()

[Java]
    String getOwnerDisplayName();

Description

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

See also:     OwnerID    

Discuss this help topic in SecureBlackbox Forum