PartialAgentManagedComputer.ManagementServerId Property
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