Qdv.IsInitialized Property

Gets a value indicating whether this QDV instance is initialized.
Public ReadOnly Property IsInitialized() As Boolean
This language is not supported or no code example is available.
public bool IsInitialized {get;}
This language is not supported or no code example is available.

Property Value

bool

true if this instance is initialized; otherwise, false.

Remarks
 
When you create the Qdv object, it is not initialized. You need to explicitly call the Initialize method which sets this property to true.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition