Share via


XmlSchemaSimpleContentRestriction.BaseType Propriedade

Definição

Obtém ou define o valor base do tipo simples.

public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ BaseType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
public System.Xml.Schema.XmlSchemaSimpleType? BaseType { get; set; }
public System.Xml.Schema.XmlSchemaSimpleType BaseType { get; set; }
member this.BaseType : System.Xml.Schema.XmlSchemaSimpleType with get, set
Public Property BaseType As XmlSchemaSimpleType

Valor da propriedade

XmlSchemaSimpleType

O valor base do tipo simples.

Comentários

O valor base deve ser um QName.

Aplica-se a