Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.OwnerDisplayName

TElAWSS3DataStorageObject     See also     


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


Contains display name of the object'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 owner's display name. It is recommended that display name correspond to the Forum name.

See also:     OwnerID    

Discuss this help topic in SecureBlackbox Forum