MonitoringPerformanceData.Id Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

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

Property Value

Type: System.Guid

Returns a Guid for this object.

See Also

MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top