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 collection of ResultNode instances that are associated with this view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ResultNodeCollection ResultNodes { get; }
public:
property ResultNodeCollection^ ResultNodes {
ResultNodeCollection^ get();
}
member ResultNodes : ResultNodeCollection with get
Public ReadOnly Property ResultNodes As ResultNodeCollection
Property Value
Type: Microsoft.ManagementConsole.ResultNodeCollection
The collection of ResultNode instances
See Also
MmcListView Class
Microsoft.ManagementConsole Namespace
Return to top