MemberFilter.PropertyValue Property

 

Gets or sets the value of the property to filter for.

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

Syntax

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

Property Value

Type: System.String

A String that contains the value to filter for.

See Also

MemberFilter Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top