Share via


MiningServiceParameter.IsRequired Property

Indicates whether this parameter is required.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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: System.Boolean
true if this parameter is required; false otherwise.

See Also

Reference

MiningServiceParameter Class

Microsoft.AnalysisServices.AdomdClient Namespace