IVsWCFReferenceGroup.GetNamespace 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 a Windows Communication Foundation (WCF) service reference group.
public:
System::String ^ GetNamespace();
public:
Platform::String ^ GetNamespace();
std::wstring GetNamespace();
public string GetNamespace ();
abstract member GetNamespace : unit -> string
Public Function GetNamespace () As String
Returns
A string that contains the namespace.