WmiSmoObject.IsObjectInitialized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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