Share via


MiningContentNode.UniqueName Property

 

Gets the unique name of the MiningContentNode.

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

Returns a String representing the unique name of the MiningContentNode.

See Also

MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top