ConfigurationCollectionSchema.AddElementNames Property

Definition

Gets a comma-delimited list of names of elements that can add items to the collection.

public:
 property System::String ^ AddElementNames { System::String ^ get(); };
public string AddElementNames { get; }
member this.AddElementNames : string
Public ReadOnly Property AddElementNames As String

Property Value

A comma-delimited list of names of elements that can add items to the collection.

Remarks

A collection can append items that have different schemas. This property returns the names of all elements that can append items to the collection.

Applies to