MiningContentNode.ShortCaption Property

Gets a shortened caption for the MiningContentNode.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

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

Property Value

Type: String
A String containing the shortened caption.

Remarks

This value is algorithm-specific.

See Also

Reference

MiningContentNode Class

Microsoft.AnalysisServices.AdomdServer Namespace