RemotelyManagedComputer.PrincipalName Property
Applies To: Operations Manager for System Center 2012
Gets the fully qualified domain name (FQDN) for this computer.
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 value that contains the FQDN for this computer.
See Also
RemotelyManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top