View.SelectionData Property

 

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