Freigeben über


ConfigurationAttributeSchema.Type Eigenschaft

Definition

Ruft den CLR-Typ (Common Language Runtime) eines Attributs ab.

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

Eigenschaftswert

Der Laufzeittyp eines Attributs. Gültige Werte sind "bool", "enum", "flags", "uint", "int", "int64", "string" oder "timeSpan".

Gilt für: