ProtocolReflector.DefaultNamespace Property

Definition

Gets the default namespace, as identified by the associated ServiceDescription object's Namespace property.

public:
 property System::String ^ DefaultNamespace { System::String ^ get(); };
public string DefaultNamespace { get; }
member this.DefaultNamespace : string
Public ReadOnly Property DefaultNamespace As String

Property Value

The default namespace, as identified by the associated ServiceDescription object's Namespace property.

Applies to