ConfigurationCollectionSchema.AddElementNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.