RemotelyManagedDevice.ProxyAgentPrincipalName Property

 

Applies To: Operations Manager for System Center 2012

Gets the fully qualified domain name (FQDN) for this network device.

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 for this device.

See Also

RemotelyManagedDevice Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top