PartialAgentManagedComputer.ManagementServerName Property
Applies To: Operations Manager for System Center 2012
Gets the name of the Management Server that the agent computer communicates with.
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 Management Server.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top