IVsWCFReferenceContract.GetTargetNamespace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the target namespace of the Web Services Description Language (WSDL).
public:
System::String ^ GetTargetNamespace();
public:
Platform::String ^ GetTargetNamespace();
std::wstring GetTargetNamespace();
public string GetTargetNamespace ();
abstract member GetTargetNamespace : unit -> string
Public Function GetTargetNamespace () As String
Returns
A String that contains the target namespace.