RasCollection(TObject).IsInitializing Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the collection is initializing.

Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
protected bool IsInitializing { get; set; }
Visual Basic
Protected Property IsInitializing As Boolean
	Get
	Set
Visual C++
protected:
property bool IsInitializing {
	bool get ();
	void set (bool value);
}
F#
member IsInitializing : bool with get, set

Property Value

Type: Boolean

See Also