RestrictChildrenAttribute.ChildTags Property

Definition

Get the names of elements allowed as children.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ChildTags { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> ChildTags { get; }
member this.ChildTags : seq<string>
Public ReadOnly Property ChildTags As IEnumerable(Of String)

Property Value

Applies to