다음을 통해 공유


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"입니다.

적용 대상