Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scope node with which this view is associated.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ScopeNode ScopeNode { get; }
public:
property ScopeNode^ ScopeNode {
ScopeNode^ get();
}
member ScopeNode : ScopeNode with get
Public ReadOnly Property ScopeNode As ScopeNode
Property Value
Type: Microsoft.ManagementConsole.ScopeNode
The associated scope node
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top