Share via


AgentManagedComputer.PrimaryManagementServerName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the fully qualified domain name (FQDN) of the computer's primary Management Server.

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

Usage

'Usage
Dim instance As AgentManagedComputer
Dim value As String

value = instance.PrimaryManagementServerName

Syntax

'Declaration
Public ReadOnly Property PrimaryManagementServerName As String
public string PrimaryManagementServerName { get; }
public:
property String^ PrimaryManagementServerName {
    String^ get ();
}
/** @property */
public String get_PrimaryManagementServerName ()
public function get PrimaryManagementServerName () : String

Property Value

Returns a String that contains the FQDN of the computer's primary Management Server.

Remarks

A primary Management Server is the server from which an agent receives configuration information and to which it sends collected data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

AgentManagedComputer Class
AgentManagedComputer Members
Microsoft.EnterpriseManagement.Administration Namespace