다음을 통해 공유


SoapServices.XmlNsForClrTypeWithNs 속성

정의

mscorlib.dll 파일의 일부인 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 XML 네임스페이스 접두사를 가져옵니다.

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

속성 값

mscorlib.dll 파일의 일부인 공용 언어 런타임 클래스의 XML 인코딩에 사용되는 XML 네임스페이스 접두사입니다.

예외

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

예제

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

// Print the XML namespace for the CLR types
// that are a part of the Mscorlib.dll.
Console::WriteLine( L"The XML namespace for the CLR types "
L"that are part of the Mscorlib.dll, is {0}.",
   SoapServices::XmlNsForClrTypeWithNs );
// Print the XML namespace for the CLR types 
// that are a part of the Mscorlib.dll.
Console.WriteLine(
    "The XML namespace for the CLR types " +
    "that are part of the Mscorlib.dll, is {0}.",
    SoapServices.XmlNsForClrTypeWithNs);

설명

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

적용 대상