ConfigurationAttributeSchema.Type Property

Definition

Gets the common language runtime (CLR) type of an attribute.

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

Property Value

The runtime type of an attribute. Valid values are "bool", "enum", "flags", "uint", "int", "int64", "string", or "timeSpan".

Applies to