Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
The RootNode property returns the console's root Node object. This property is read-only.
Syntax
Property RootNode As Node
Property value
The console's root node.
Examples
' Retrieve the document's RootNode property.
Dim objRoot As MMC20.Node
Set objRoot = objDoc.RootNode
' Use the RootNode object.
' ...
' Free the object when done.
Set objRoot = Nothing
Requirements
| Minimum supported client |
Windows Vista |
| Minimum supported server |
Windows Server 2008 |
| Header |
|
| IDL |
|
| DLL |
|
| IID |
IID_Document |