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 selection data for the view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SelectionData SelectionData { get; }
public:
property SelectionData^ SelectionData {
SelectionData^ get();
}
member SelectionData : SelectionData with get
Public ReadOnly Property SelectionData As SelectionData
Property Value
Type: Microsoft.ManagementConsole.SelectionData
The selection data
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top