다음을 통해 공유


DeclaredTypeElement.Type 속성

정의

알려진 형식 컬렉션이 필요한 선언 형식의 이름을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Type : string with get, set
Public Property Type As String

속성 값

선언한 형식의 이름입니다.

특성

적용 대상