ServiceDescription.Namespace Veld

Definitie

De XML-naamruimte waarin de ServiceDescription klasse is gedefinieerd ('http://schemas.xmlsoap.org/wsdl/"). Dit veld is constant.

public: System::String ^ Namespace;
public const string Namespace;
val mutable Namespace : string
Public Const Namespace As String 

Waarde van veld

Voorbeelden

ServiceDescription^ myDescription = 
   ServiceDescription::Read( "MyWsdl_CS.wsdl" );
Console::WriteLine( "Namespace : " + ServiceDescription::Namespace );
ServiceDescription myDescription =
   ServiceDescription.Read("MyWsdl_CS.wsdl");
Console.WriteLine("Namespace: " + ServiceDescription.Namespace);
Dim myDescription As ServiceDescription = _
   ServiceDescription.Read("MyWsdl_VB.wsdl")
Console.WriteLine("Namespace: " & ServiceDescription.Namespace)

Van toepassing op