XmlSchemaSimpleTypeUnion.MemberTypes 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 or sets the array of qualified member names of built-in data types or simpleType
elements defined in this schema (or another schema indicated by the specified namespace).
public:
property cli::array <System::Xml::XmlQualifiedName ^> ^ MemberTypes { cli::array <System::Xml::XmlQualifiedName ^> ^ get(); void set(cli::array <System::Xml::XmlQualifiedName ^> ^ value); };
public System.Xml.XmlQualifiedName[]? MemberTypes { get; set; }
public System.Xml.XmlQualifiedName[] MemberTypes { get; set; }
member this.MemberTypes : System.Xml.XmlQualifiedName[] with get, set
Public Property MemberTypes As XmlQualifiedName()
Property Value
An array that consists of a list of members of built-in data types or simple types.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.