PartialMonitoringObject::IsManaged Property

System Center
 

Applies To: Operations Manager for System Center 2012

This property is for internal use only and is not intended for use in your code.

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

public:
property bool IsManaged {
	bool get();
	internal: void set(bool value);
}

Property Value

Type: System::Boolean

Returns a Boolean value that is true if the instance is managed; otherwise, false.

Return to top
Show: