MiningServiceParameter.IsRequired Property

Gets a Boolean indicating if this parameter is required.

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

Syntax

'Declaration
Public ReadOnly Property IsRequired As Boolean 
    Get
'Usage
Dim instance As MiningServiceParameter 
Dim value As Boolean 

value = instance.IsRequired
public bool IsRequired { get; }
public:
property bool IsRequired {
    bool get ();
}
member IsRequired : bool
function get IsRequired () : boolean

Property Value

Type: Boolean
True if this parameter is required; false otherwise.

See Also

Reference

MiningServiceParameter Class

Microsoft.AnalysisServices.AdomdServer Namespace