Share via


RemotelyManagedComputer.ProxyAgentPrincipalName Property

 

Applies To: Operations Manager for System Center 2012

The fully qualified domain name (FQDN) of the proxy agent that manages this computer.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string ProxyAgentPrincipalName { get; }
public:
property String^ ProxyAgentPrincipalName {
    String^ get();
}
member ProxyAgentPrincipalName : string with get
Public ReadOnly Property ProxyAgentPrincipalName As String

Property Value

Type: System.String

Returns a String value that contains the FQDN of the proxy agent that manages this computer.

See Also

RemotelyManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top