ForEachNodeListEnumerator.CollectionEnumerator Property

Definition

Returns a Boolean indicating whether the enumerator type is an element collection.

public:
 virtual property bool CollectionEnumerator { bool get(); };
public override bool CollectionEnumerator { get; }
member this.CollectionEnumerator : bool
Public Overrides ReadOnly Property CollectionEnumerator As Boolean

Property Value

true if the EnumerationType is set to ElementCollection; otherwise, false.

Applies to