MiningContentNode.Attribute Property

 

Gets a MiningAttribute object that applies to the MiningContentNode.

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

Syntax

public MiningAttribute Attribute { get; }
public:
property MiningAttribute^ Attribute {
    MiningAttribute^ get();
}
member Attribute : MiningAttribute with get
Public ReadOnly Property Attribute As MiningAttribute

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningAttribute

A MiningAttribute object that applies to the MiningContentNode.

Remarks

This value is algorithm specific.

See Also

MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top