Discuss this help topic in SecureBlackbox Forum
Specifies display name of the bucket owner.
Declaration
[C#]
string OwnerDisplayName;
[VB.NET]
Property OwnerDisplayName As String
[Pascal]
property OwnerDisplayName : string;
[C++]
void get_OwnerDisplayName(std::string &OutResult);
void set_OwnerDisplayName(const std::string &Value);
[PHP]
string get_OwnerDisplayName()
void set_OwnerDisplayName(string $Value)
[Java]
String getOwnerDisplayName();
void setOwnerDisplayName(String Value);
Description
Use this property to specify bucket owner display name.
Discuss this help topic in SecureBlackbox Forum