Editar

Share via


SchemaImporterExtensionElement.Type Property

Definition

Gets or sets the type of the extension.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))]
[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)]
public Type Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))>]
[<System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)>]
member this.Type : Type with get, set
Public Property Type As Type

Property Value

A type of the extension.

Attributes

Applies to