PropertySheet.SelectionObject Property
Gets the selection object for the property sheet.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public object SelectionObject { get; }
public:
property Object^ SelectionObject {
Object^ get();
}
member SelectionObject : Object with get
Public ReadOnly Property SelectionObject As Object
Property Value
Type: System.Object
The selection object
Remarks
SelectionObject is always null for property sheets owned by scope nodes and property sheet extensions. It is only valid for view selection property sheets that are created using ShowPropertySheet.
See Also
ShowPropertySheet
Update
PropertySheet Class
Microsoft.ManagementConsole Namespace
Return to top