Discuss this help topic in SecureBlackbox Forum

TElWinAzureSingleAccessPolicy.ID

TElWinAzureSingleAccessPolicy     See also     


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


Specifies the stored access policy ID.

Declaration

[C#]
    string ID;

[VB.NET]
    Property ID As String

[Pascal]
    property ID : string;

[C++]
    void get_ID(std::string &OutResult);
    void set_ID(const std::string &Value);

[PHP]
    string get_ID()
    void set_ID(string $Value)

[Java]
    String getID();
    void setID(String Value);

Description

    This property contains the ID of the stored access policy. The ID should be unique within container. Use PrepareID to generate a unique ID for the policy.

See also:     PrepareID    

Discuss this help topic in SecureBlackbox Forum