Partager via


ConfigurationAttributeSchema.Type Propriété

Définition

Obtient le type CLR (Common Language Runtime) d’un attribut.

public:
 property System::String ^ Type { System::String ^ get(); };
public string Type { get; }
member this.Type : string
Public ReadOnly Property Type As String

Valeur de propriété

Type d’exécution d’un attribut. Les valeurs valides sont « bool », « enum », « flags », « uint », « int », « int64 », « string » ou « timeSpan ».

S’applique à