ConfigurationAttributeSchema.Type 属性

定义

获取公共语言运行时 (CLR) 属性的类型。

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

属性值

属性的运行时类型。 有效值为“bool”、“enum”、“flags”、“uint”、“int”、“int64”、“string”或“timeSpan”。

适用于