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 selected object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public object SelectedObject { get; }
public:
property Object^ SelectedObject {
Object^ get();
}
Public ReadOnly Property SelectedObject As Object
Property Value
Type: System.Object
The seleted object.
See Also
ObjectSelectedEventArgs Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top