Discuss this help topic in SecureBlackbox Forum

TElNameConstraintsExtension.ExcludedSubtrees

TElNameConstraintsExtension     See also     


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


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

Declaration

[C#]
    TElNameConstraint ExcludedSubtrees[int Index];

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

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

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

[PHP]
    TElNameConstraint get_ExcludedSubtrees(integer $Index)

[Java]
    not available

Parameters

  • Index - index of item in list

Description

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

See also:     RemoveExcluded     ExcludedCount    

Discuss this help topic in SecureBlackbox Forum