Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.PermittedSubtrees

TElNameConstraintsExtension     See also     


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


This property gives access to a single Permitted Subtree element in the list.

Declaration

[C#]
    TElNameConstraint PermittedSubtrees[int Index];

[VB.NET]
    Property PermittedSubtrees(ByVal Index As Integer) As TElNameConstraint

[Pascal]
    property PermittedSubtrees[Index : integer] : TElNameConstraint;

[C++]
    TElNameConstraint* get_PermittedSubtrees(int32_t Index);

[PHP]
    TElNameConstraint get_PermittedSubtrees(integer $Index)

[Java]
    not available

Parameters

  • Index - index of item in list

Description

    Use this property to access the single Permitted Subtree element in list.

See also:     RemovePermitted     PermittedCount    

Discuss this help topic in SecureBlackbox Forum