EntitySelector.SelectEntity Method (Object)
Instructs the Dashboard to select the specified business object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public void SelectEntity(
object entity
)
public:
void SelectEntity(
Object^ entity
)
Public Sub SelectEntity (
entity As Object
)
Parameters
entity
Type: System.ObjectAn object that encapsulates information and methods that relate to business data or business functionality. The information in the business object is exposed as properties.
See Also
SelectEntity Overload
EntitySelector Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top