Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorageBucket.Name

TElAWSS3DataStorageBucket     


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


Contains name of the data bucket.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

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

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    Use this read-only property to get name of the data bucket.

Discuss this help topic in SecureBlackbox Forum