Share via


ServiceDescription.Name 속성

정의

WSDL(웹 서비스 기술 언어) 파일을 묶는 descriptions 태그의 XML 이름 특성을 가져오거나 설정합니다.

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

속성 값

String

XML 이름 특성입니다.

설명

속성 값이 아직 할당되지 않은 경우 빈 문자열("")입니다.

적용 대상