Share via


PartialAgentManagedComputer.ActionAccount Property

 

Applies To: Operations Manager for System Center 2012

Gets the action account identity for the partial agent monitored computer.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string ActionAccount { get; }
public:
property String^ ActionAccount {
    String^ get();
}
member ActionAccount : string with get
Public ReadOnly Property ActionAccount As String

Property Value

Type: System.String

Returns a String that contains the action account identity for the partial agent monitored computer..

See Also

PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top