 | XmlSchemaElementInfoWithoutChoice Property |
Gets the names of all elements in this instance which don't provide choices
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic List<XName> WithoutChoice { get; }
Public ReadOnly Property WithoutChoice As List(Of XName)
Get
public:
property List<XName^>^ WithoutChoice {
List<XName^>^ get ();
}
Property Value
ListXName
See Also