Share via


AgentManagedComputer.PrimaryManagementServerName Property

 

Applies To: Operations Manager for System Center 2012

Gets the fully qualified domain name (FQDN) of the computer's primary Management Server.

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the FQDN of the computer's primary Management Server.

Remarks

A primary Management Server is the server from which an agent receives configuration information and to which it sends collected data.

See Also

AgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top