Discuss this help topic in SecureBlackbox Forum

TElAuthorityInformationAccessExtension.Remove

TElAuthorityInformationAccessExtension     See also     


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


Removes a single AccessDescription element from the list.

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index : integer);

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

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - Index of item in list

Description

    Removes a single AccessDescription item from the list of access descriptions. To add an item, set Count property and then access an element using AccessDescriptions property.

See also:     Count     AccessDescriptions    

Discuss this help topic in SecureBlackbox Forum