Share via


IsNotPresent Property

Indicates that no value was supplied, and thus the Value is the default value.

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
ReadOnly Property IsNotPresent As Boolean
    Get
'Usage
Dim instance As IModelProperty
Dim value As Boolean

value = instance.IsNotPresent
bool IsNotPresent { get; }
property bool IsNotPresent {
    bool get ();
}
abstract IsNotPresent : bool
function get IsNotPresent () : boolean

Property Value

Type: System..::..Boolean

See Also

Reference

IModelProperty Interface

Microsoft.Data.Tools.Model Namespace