Share via


PartialAgentManagedComputer.Id Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the computer.

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

Syntax

public Guid Id { get; }
public:
property Guid Id {
    Guid get();
}
member Id : Guid with get
Public ReadOnly Property Id As Guid

Property Value

Type: System.Guid

Returns a Guid for the computer.

See Also

PartialAgentManagedComputer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top