AdomdRestriction.Namespace Property

 

Gets or sets the XML namespace with which the AdomdRestriction will be serialized.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

Property Value

Type: System.String

A String that contains the namespace with which the AdomdRestriction will be serialized.

See Also

AdomdRestriction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top