ServiceBehaviorAttribute.Namespace 속성

정의

WSDL(웹 서비스 기술 언어)에서 서비스의 대상 네임스페이스 값을 가져오거나 설정합니다.

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

속성 값

String

targetNamespace 요소를 포함하는 <wsdl:definitions> 요소에 대한 <wsdl:service> 특성 값입니다.

적용 대상