Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.PermittedCount

TElNameConstraintsExtension     See also     


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


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

Declaration

[C#]
    int PermittedCount;

[VB.NET]
    Property PermittedCount As Integer

[Pascal]
    property PermittedCount : integer;

[C++]
    int32_t get_PermittedCount();
    void set_PermittedCount(int32_t Value);

[PHP]
    integer get_PermittedCount()
    void set_PermittedCount(integer $Value)

[Java]
    int getPermittedCount();
    void setPermittedCount(int Value);

Description

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

See also:     PermittedSubtrees     RemovePermitted    

Discuss this help topic in SecureBlackbox Forum