Compartir a través de


XmlSchemaAttribute.SchemaType Propiedad

Definición

Obtiene el tipo de atributo o establece el tipo de atributo en un tipo simple.

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

Valor de propiedad

Tipo simple definido en este esquema.

Comentarios

SchemaTypeName y SchemaType las propiedades no se pueden establecer al mismo tiempo.

Se aplica a