IsNotPresent Property
Gets {insert text here}.
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsNotPresent As Boolean
Get
'Usage
Dim instance As ValueProperty
Dim value As Boolean
value = instance.IsNotPresent
public bool IsNotPresent { get; }
public:
virtual property bool IsNotPresent {
bool get () sealed;
}
abstract IsNotPresent : bool
override IsNotPresent : bool
final function get IsNotPresent () : boolean
Property Value
Type: System..::..Boolean
Implements
IModelProperty..::..IsNotPresent