AdomdRestriction.Value Property

 

Gets or sets the value of the AdomdRestriction.

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

Syntax

public object Value { get; set; }
public:
property Object^ Value {
    virtual Object^ get() sealed;
    virtual void set(Object^ value) sealed;
}
abstract Value : Object with get, set
override Value : Object with get, set
Public Property Value As Object

Property Value

Type: System.Object

An Object that contains the value of the AdomdRestriction.

See Also

AdomdRestriction Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top