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)

Usage

Visual Basic
Dim instance As FavoriteMonitoringView
Dim value As Guid

value = instance.MonitoringObjectId

instance.MonitoringObjectId = value

Syntax

Visual Basic
Public Property MonitoringObjectId As Guid
C#
public Guid MonitoringObjectId { get; set; }
C++
public:
property Guid MonitoringObjectId {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
public Guid get_MonitoringObjectId ()

/** @property */
public void set_MonitoringObjectId (Guid value)
JScript
public function get MonitoringObjectId () : Guid

public function set MonitoringObjectId (value : Guid)

Property Value

The globally unique identifier (GUID) for the monitoring object that the favorite view targets.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also