Share via


IVsWCFReferenceGroup.GetProxyNamespace Method

Returns the namespace for proxy classes generated from a Windows Communication Foundation (WCF) reference group.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Function GetProxyNamespace As String
string GetProxyNamespace()
String^ GetProxyNamespace()
abstract GetProxyNamespace : unit -> string
function GetProxyNamespace() : String

Return Value

Type: String
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.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroup Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace