WebReference.Namespace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the client namespace for the WebReference object.
public:
property System::String ^ Namespace { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(6)]
public string Namespace { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.Namespace : string
Public ReadOnly Property Namespace As String
Property Value
The client namespace for the WebReference object.
- Attributes