 | XmlSchemaElementInfoOptional Property |
Gets the names for all optional elements defined for this instance.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic List<XName> Optional { get; }
Public ReadOnly Property Optional As List(Of XName)
Get
public:
property List<XName^>^ Optional {
List<XName^>^ get ();
}
Property Value
ListXName
See Also