Discuss this help topic in SecureBlackbox Forum

TElCRLDistributionPointsExtension.Count

TElCRLDistributionPointsExtension     See also     


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


This property specifies the number of Distribution Points in the list.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_Count();
    void set_Count(int32_t Value);

[PHP]
    integer get_Count()
    void set_Count(integer $Value)

[Java]
    int getCount();
    void setCount(int Value);

Description

    This property specifies the number of Distribution Point elements in the list. Change the value of this property to remove elements from the list or add new elements.

See also:     Remove    

Discuss this help topic in SecureBlackbox Forum