Discuss this help topic in SecureBlackbox Forum

TElWinAzureAccessPolicy.RemovePolicy

TElWinAzureAccessPolicy     See also     


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


Removes a policy from the list.

Declaration

[C#]
    void RemovePolicy(int Index);

[VB.NET]
    Sub RemovePolicy(ByVal Index As Integer)

[Pascal]
    procedure RemovePolicy(const Index : integer);

[C++]
    void RemovePolicy(int32_t Index);

[PHP]
    void RemovePolicy(integer $Index)

[Java]
    void removePolicy(int Index);

Parameters

  • Index - the index of the item to be removed.

Description

    Call this method to remove the desired access policy from the list.

See also:     AddPolicy     AccessPolicies    

Discuss this help topic in SecureBlackbox Forum