다음을 통해 공유


SoapServices.XmlNsForClrTypeWithNsAndAssembly 속성

정의

공용 언어 런타임 네임스페이스와 어셈블리가 모두 있는 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 기본 XML 네임스페이스 접두사를 가져옵니다.

public:
 static property System::String ^ XmlNsForClrTypeWithNsAndAssembly { System::String ^ get(); };
public static string XmlNsForClrTypeWithNsAndAssembly { get; }
static member XmlNsForClrTypeWithNsAndAssembly : string
Public Shared ReadOnly Property XmlNsForClrTypeWithNsAndAssembly As String

속성 값

공용 언어 런타임 네임스페이스와 어셈블리가 모두 있는 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 기본 XML 네임스페이스 접두사입니다.

예외

직접 실행 호출자에 인프라 권한이 없는 경우

예제

다음 코드 예제에는이 속성을 사용 하는 방법을 보여 줍니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 SoapServices 클래스입니다.

// Print the XML namespace for the CLR types
// that have both an assembly and a common language runtime
// namespace.
Console::WriteLine( L"The XML namespace for the CLR types "
L"that have both an assembly and a namespace, is {0}.",
   SoapServices::XmlNsForClrTypeWithNsAndAssembly );
// Print the XML namespace for the CLR types 
// that have both an assembly and a common language runtime 
// namespace.
Console.WriteLine(
    "The XML namespace for the CLR types " +
    "that have both an assembly and a namespace, is {0}.",
    SoapServices.XmlNsForClrTypeWithNsAndAssembly);

설명

WSDL 및 SOAP 프로토콜 XML 네임 스페이스로 공용 언어 런타임 클래스를 인코딩합니다. 현재 속성에는 XML 네임 스페이스의 형식을 지정합니다. 공용 언어 런타임 클래스는 어셈블리 및 공용 언어 런타임 네임 스페이스에는 현재 속성에 사용 되는 기본 XML 네임 스페이스를 반환 합니다.

적용 대상