Discuss this help topic in SecureBlackbox Forum

TElCRLDistributionPointsExtension.Remove

TElCRLDistributionPointsExtension     See also     


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


This method removes a single distribution point 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

    Call this method to remove the Distribution Point element specified by Index from the list. To add new element, increase the value of Count property.

See also:     Count     DistributionPoints    

Discuss this help topic in SecureBlackbox Forum