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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.