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
'Usage
Dim instance As WebReference 
Dim value As String 

value = instance.Namespace
string Namespace { get; }
property String^ Namespace {
    String^ 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

WebReference Members

VsWebSite Namespace