Share via


MiningContentNode.ParentUniqueName Property

Gets the unique name identifying the parent node of the MiningContentNode.

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

Syntax

'Declaration
Public ReadOnly Property ParentUniqueName As String
    Get
'Usage
Dim instance As MiningContentNode
Dim value As String

value = instance.ParentUniqueName
public string ParentUniqueName { get; }
public:
property String^ ParentUniqueName {
    String^ get ();
}
member ParentUniqueName : string
function get ParentUniqueName () : String

Property Value

Type: System.String
A String containing the unique name identifying the parent node of the MiningContentNode.