Discuss this help topic in SecureBlackbox Forum

TElWinAzureAccessPolicy.AccessPolicies

TElWinAzureAccessPolicy     See also     


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


The list of stored access policies.

Declaration

[C#]
    TElWinAzureSingleAccessPolicy AccessPolicies[int Index];

[VB.NET]
    Property AccessPolicies(ByVal Index As Integer) As TElWinAzureSingleAccessPolicy

[Pascal]
    property AccessPolicies[Index : integer] : TElWinAzureSingleAccessPolicy;

[C++]
    TElWinAzureSingleAccessPolicy* get_AccessPolicies(int32_t Index);

[PHP]
    TElWinAzureSingleAccessPolicy get_AccessPolicies(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired policy in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to access individual stored access policies.

See also:     AddPolicy     RemovePolicy     Count    

Discuss this help topic in SecureBlackbox Forum