Discuss this help topic in SecureBlackbox Forum
Permissions of the associated Shared Access Signature.
Declaration
[C#/Java]
string Permissions;
[VB.NET]
Property Permissions As String
[Pascal]
property Permissions : string;
[C++]
void get_Permissions(std::string &OutResult);
void set_Permissions(const std::string &Value);
[PHP]
string get_Permissions()
void set_Permissions(string $Value)
Description
Use this property to specify the permissions of the Shared Access Signature.
Discuss this help topic in SecureBlackbox Forum