다음을 통해 공유


SchemaImporterExtensionElement.Name 속성

정의

확장의 이름을 가져오거나 설정합니다.

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

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", IsKey=true, IsRequired=true)>]
member this.Name : string with get, set
Public Property Name As String

속성 값

String

확장 프로그램의 이름입니다.

특성

설명

이름은 고유해야 합니다.

적용 대상