Partager via


Propriété MemberFilter.PropertyValue

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Property PropertyValue As String 
    Get 
    Set
'Utilisation
Dim instance As MemberFilter 
Dim value As String 

value = instance.PropertyValue

instance.PropertyValue = value
public string PropertyValue { get; set; }
public:
property String^ PropertyValue {
    String^ get ();
    void set (String^ value);
}
member PropertyValue : string with get, set
function get PropertyValue () : String 
function set PropertyValue (value : String)

Valeur de propriété

Type : System.String
A String that contains the value to filter for.

Voir aussi

Référence

MemberFilter Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient