Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Gets the identifier for the Management Server that the agent computer communicates with.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid ManagementServerId { get; }
public:
property Guid ManagementServerId {
Guid get();
}
member ManagementServerId : Guid with get
Public ReadOnly Property ManagementServerId As Guid
Property Value
Type: System.Guid
Returns a Guidvalue.
See Also
PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top