DataView::IsInitialized Property

 

Gets a value that indicates whether the component is initialized.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property bool IsInitialized {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true to indicate the component has completed initialization; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: