ComputerHealthService.PrincipalName Property
Applies To: Operations Manager for System Center 2012
Gets the fully qualified domain name (FQDN) of the Root Management Server in the Management Group.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string PrincipalName { get; }
public:
property String^ PrincipalName {
String^ get();
}
member PrincipalName : string with get
Public ReadOnly Property PrincipalName As String
Property Value
Type: System.String
Returns a String that contains the FQDN of the Root Management Server.
See Also
ComputerHealthService Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top