Discuss this help topic in SecureBlackbox Forum

TElPolicyMappingsExtension.Policies

TElPolicyMappingsExtension     See also     


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


This property gives access to a single Policy Mapping in the list.

Declaration

[C#]
    TElPolicyMapping Policies[int Index];

[VB.NET]
    Property Policies(ByVal Index As Integer) As TElPolicyMapping

[Pascal]
    property Policies[Index : integer] : TElPolicyMapping;

[C++]
    TElPolicyMapping* get_Policies(int32_t Index);

[PHP]
    TElPolicyMapping get_Policies(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the item in the list

Description

    Use this property to access the Index-th Policy Mapping in the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum