Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.ExcludedCount

TElNameConstraintsExtension     See also     


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


This property specifies the number of Excluded Subtrees in the list.

Declaration

[C#]
    int ExcludedCount;

[VB.NET]
    Property ExcludedCount As Integer

[Pascal]
    property ExcludedCount : integer;

[C++]
    int32_t get_ExcludedCount();
    void set_ExcludedCount(int32_t Value);

[PHP]
    integer get_ExcludedCount()
    void set_ExcludedCount(integer $Value)

[Java]
    int getExcludedCount();
    void setExcludedCount(int Value);

Description

    Use this property to get/set the number of Excluded Subtrees in the list.

See also:     ExcludedSubtrees    

Discuss this help topic in SecureBlackbox Forum