OperationalDataObject.Id Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the operational data object.

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

Syntax

public abstract Guid Id { get; internal set; }
public:
property Guid Id {
    virtual Guid get() abstract;
    internal: virtual void set(Guid value) abstract;
}
abstract Id : Guid with get, internal set
Public MustOverride Property Id As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns a Guid for the operational data object.

See Also

OperationalDataObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top