IMiningModelViewerControl.MiningModelName Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Property MiningModelName As String
    Get
    Set
'Usage
Dim instance As IMiningModelViewerControl
Dim value As String

value = instance.MiningModelName

instance.MiningModelName = value
string MiningModelName { get; set; }
property String^ MiningModelName {
    String^ get ();
    void set (String^ value);
}
abstract MiningModelName : string with get, set
function get MiningModelName () : String
function set MiningModelName (value : String)

Property Value

Type: System.String