Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.ContainerName

TElWinAzureDataStorageObject     


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


Specifies object's container name.

Declaration

[C#]
    string ContainerName;

[VB.NET]
    Property ContainerName As String

[Pascal]
    property ContainerName : string;

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

[PHP]
    string get_ContainerName()

[Java]
    String getContainerName();

Description

    Use this property to specify the name of the object's container.

Discuss this help topic in SecureBlackbox Forum