Partager via


CustomTypeElement.Type Propriété

Définition

Type représenté par l'instance actuelle.

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

Valeur de propriété

Type à représenter par cette instance.

Attributs

S’applique à