|
| DotRas SDK Documentation |
| RasCollection<(Of <(<'TObject>)>)>..::..IsInitializing Property |
| RasCollection<(Of <(<'TObject>)>)> Class See Also Send Feedback |
|
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 |