WmiSmoObject.IsObjectInitialized Method

Definition

Specifies whether the referenced object is initialized.

protected public:
 bool IsObjectInitialized();
protected internal bool IsObjectInitialized ();
member this.IsObjectInitialized : unit -> bool
Protected Friend Function IsObjectInitialized () As Boolean

Returns

A Boolean value that specifies whether the referenced object is initialized.

If True, the object is initialized.

If False, the object is not initialized.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to