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.
Instructs the Dashboard to select an object based on the specified ID.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public void SelectEntity(
string objectId
)
public:
void SelectEntity(
String^ objectId
)
Public Sub SelectEntity (
objectId As String
)
Parameters
objectId
Type: System.StringThe ID of the object to select.
See Also
SelectEntity Overload
EntitySelector Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace
Return to top