IVsAddWebReferenceResult.GetReferenceNamespace 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 namespace of a service reference in the Add Service Reference dialog box.
public:
System::String ^ GetReferenceNamespace();
public:
Platform::String ^ GetReferenceNamespace();
std::wstring GetReferenceNamespace();
public string GetReferenceNamespace ();
abstract member GetReferenceNamespace : unit -> string
Public Function GetReferenceNamespace () As String
Returns
A String that contains the namespace of the service reference.