IVsWCFReferenceGroup.GetProxyNamespace 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 for proxy classes generated from a Windows Communication Foundation (WCF) reference group.
public:
System::String ^ GetProxyNamespace();
public:
Platform::String ^ GetProxyNamespace();
std::wstring GetProxyNamespace();
public string GetProxyNamespace ();
abstract member GetProxyNamespace : unit -> string
Public Function GetProxyNamespace () As String
Returns
A string that contains the namespace.
Remarks
The proxy namespace is derived automatically from the namespace retuned by calling GetNamespace, but it might combine with the default namespace of the project. There is no way to change it explicitly.