Share via


IVsAddWebReferenceResult.GetReferenceNamespace Method

Definition

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.

Applies to