FavoriteMonitoringView.MonitoringObjectId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets or sets the monitoring object identifier that the favorite view targets.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use this.ObjectId instead")]
public Guid MonitoringObjectId { get; set; }
public:
[ObsoleteAttribute("Please use this.ObjectId instead")]
property Guid MonitoringObjectId {
Guid get();
void set(Guid value);
}
[<ObsoleteAttribute("Please use this.ObjectId instead")>]
member MonitoringObjectId : Guid with get, set
<ObsoleteAttribute("Please use this.ObjectId instead")>
Public Property MonitoringObjectId As Guid
Property Value
Type: System.Guid
Returns a Guid for the monitoring object that the favorite view targets.
See Also
FavoriteMonitoringView Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top