MiningAttribute.ShortName Property

 

Gets a shortened name of the attribute.

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

Syntax

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

Property Value

Type: System.String

A String containing the shortened name of the attribute.

See Also

MiningAttribute Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top