Discuss this help topic in SecureBlackbox Forum

TElAuthorityInformationAccessExtension.AccessDescriptions

TElAuthorityInformationAccessExtension     See also     


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


This property is used to access Access Descriptions in the list.

Declaration

[C#]
    TElAccessDescription AccessDescriptions[int Index];

[VB.NET]
    Property AccessDescriptions(ByVal Index As Integer) As TElAccessDescription

[Pascal]
    property AccessDescriptions [Index : integer] : TElAccessDescription;

[C++]
    TElAccessDescription* get_AccessDescriptions(int32_t Index);

[PHP]
    TElAccessDescription get_AccessDescriptions(integer $Index)

[Java]
    not available

Parameters

  • Index - Index of item in list

Description

    Use this property to access each Access Description in extension. Change the number of elements using Count property.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum