WebReference.Namespace Property

 

Gets the client namespace for the WebReference object.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

string Namespace { get; }
property String^ Namespace {
    String^ get();
}
abstract Namespace : string with get
ReadOnly Property Namespace As String

Property Value

Type: System.String

The client namespace for the WebReference object.

Remarks

The client namespace contains the generated proxy code.

See Also

WebReference Interface
VsWebSite Namespace

Return to top