MmcListView.ResultNodes Property
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