Sdílet prostřednictvím


Variant.IsNull Property

Definition

Indicates whether the Variant is null or has a value.

public bool IsNull { get; }
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean

Property Value

true if the Variant is null; false otherwise.

Applies to