Share via


WebReference.Namespace Property

Gets the client namespace for the WebReference object.

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

Syntax

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

Property Value

Type: System.String
The client namespace for the WebReference object.

Remarks

The client namespace contains the generated proxy code.

.NET Framework Security

See Also

Reference

WebReference Interface

VsWebSite Namespace