XmlSchemaInfo.MemberType Propriedade
Definição
Obtém ou define o tipo de esquema dinâmico deste nó XML validado.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
Valor da propriedade
Um objeto XmlSchemaSimpleType.An XmlSchemaSimpleType object.
Comentários
A MemberType propriedade será definida somente se o tipo estático do nó XML for um tipo de União em que o caso da MemberType propriedade retornará o tipo da União do nó XML validado em relação a.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.