Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorageObject.GetACL

TElWinAzureDataStorageObject     See also     


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


Retrieves ACL (Access Control List) of the data object.

Declaration

[C#]
    string GetACL();

[VB.NET]
    Function GetACL() As String

[Pascal]
    function GetACL : string;

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

[PHP]
    string GetACL()

[Java]
    String getACL();

Return value

    String that contains ACL for the object.

Description

    Use this method to get the ACL (Access Control List) for the object.

See also:     SetACL    

Discuss this help topic in SecureBlackbox Forum