Condividi tramite


ConfigurationAttributeSchema.Type Proprietà

Definizione

Ottiene il tipo CLR (Common Language Runtime) di un attributo.

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

Valore della proprietà

Tipo di runtime di un attributo. I valori validi sono "bool", "enum", "flags", "uint", "int", "int64", "string" o "timeSpan".

Si applica a