RegSvrCollectionBase.initialized Field

Gets a Boolean value indicating the collection is initialized.

If True, collection is initialized.

If False the collection is not initialized.

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Protected Friend initialized As Boolean
'Usage
Dim value As Boolean

value = Me.initialized

Me.initialized = value
protected internal bool initialized
protected public:
bool initialized
val mutable initialized: bool
 var initialized : boolean