Share via


MemberFilter.PropertyName Property

Gets or sets the name of the property to filter on.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public Property PropertyName As String
public string PropertyName { get; set; }
public:
property String^ PropertyName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_PropertyName ()

/** @property */
public void set_PropertyName (String value)
public function get PropertyName () : String

public function set PropertyName (value : String)

Property Value

An instance of a String object that contains the name of the property that will be filtered on. Examples include Caption, Name, UniqueName, or the name of a user-defined member property.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

MemberFilter Class
MemberFilter Members
Microsoft.AnalysisServices.AdomdClient Namespace