Share via


CustomMonitoringObject.Id Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for this monitoring object.

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

Returns the Guid for this monitoring object.

See Also

CustomMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top