MemberProperty.UniqueName Property

 

Gets the fully-qualified name of the MemberProperty.

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

Syntax

public string UniqueName { get; }
public:
property String^ UniqueName {
    String^ get();
}
member UniqueName : string with get
Public ReadOnly Property UniqueName As String

Property Value

Type: System.String

A String that contains the fully-qualified name of the MemberProperty.

See Also

MemberProperty Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top