Share via


AgentPendingAction.ManagementServerName Property

 

Applies To: Operations Manager for System Center 2012

Gets the name of the primary Management Server from which the targeted agent receives configuration information and to which it sends collected data.

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the name of the targeted agent's primary Management Server.

See Also

AgentPendingAction Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top