EntitySelector.SelectEntity Method (String)

 

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

See Also

SelectEntity Overload
EntitySelector Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.ComponentServices Namespace

Return to top