Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageObject.OwnerID

TElAWSS3DataStorageObject     See also     


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


Contains identity of the object'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 owner's identity.

See also:     OwnerDisplayName    

Discuss this help topic in SecureBlackbox Forum