Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
XmlSchemaInfo.MemberType Property
Definition
- Namespace:
- System.Xml.Schema
- Assemblies:
- netstandard.dll, System.Xml.ReaderWriter.dll
- Assembly:
- System.Xml.ReaderWriter.dll
- Assembly:
- System.Xml.dll
- Assembly:
- netstandard.dll
- Source:
- XmlSchemaInfo.cs
- Source:
- XmlSchemaInfo.cs
- Source:
- XmlSchemaInfo.cs
- Source:
- XmlSchemaInfo.cs
- Source:
- XmlSchemaInfo.cs
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 dynamic schema type for this validated XML node.
public:
property System::Xml::Schema::XmlSchemaSimpleType ^ MemberType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
public System.Xml.Schema.XmlSchemaSimpleType? MemberType { get; set; }
public System.Xml.Schema.XmlSchemaSimpleType MemberType { get; set; }
member this.MemberType : System.Xml.Schema.XmlSchemaSimpleType with get, set
Public Property MemberType As XmlSchemaSimpleType
Property Value
An XmlSchemaSimpleType object.
Remarks
The MemberType property is set only if the static type of the XML node is a union type in which case the MemberType property will return the type from the union the XML node validated against.
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.
Feedback
Was this page helpful?
