Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the monitoring object that is associated with the performance data.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public override Guid MonitoringObjectId { get; internal set; }
public:
property Guid MonitoringObjectId {
virtual Guid get() override;
internal: virtual void set(Guid value) override;
}
override MonitoringObjectId : Guid with get, internal set
Public Overrides Property MonitoringObjectId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns a Guid for the monitoring object that is associated with the performance data.
See Also
MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top