Namespace Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the namespace for the data contract for the type.

Namespace:  Ws.ServiceModel
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Property Namespace As String
public string Namespace { get; set; }
public:
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
member Namespace : string with get, set
function get Namespace () : String
function set Namespace (value : String)

Property Value

Type: System. . :: . .String
The namespace for the data contract for the type.

.NET Framework Security

See Also

Reference

DataContractAttribute Class

Ws.ServiceModel Namespace