다음을 통해 공유


OperationDescription.Name 속성

정의

작업 설명의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

속성 값

String

작업 설명의 이름입니다.

설명

이 속성은 Name WSDL의 요소 이름을 재정의 <operation> 합니다. 기본 작업 이름은 구현 메서드의 이름입니다.

적용 대상