ScriptComponentDescriptor.Type 속성

정의

대상 클라이언트 구성 요소의 형식을 가져오거나 설정합니다.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

속성 값

String

대상 클라이언트 구성 요소의 형식입니다.

예외

속성을 null로 설정하려고 한 경우

적용 대상