PartialMonitoringObject.IsManaged Property

 

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)

Syntax

public bool IsManaged { get; internal set; }
public:
property bool IsManaged {
    bool get();
    internal: void set(bool value);
}
member IsManaged : bool with get, internal set
Public Property IsManaged As Boolean
    Get
    Friend Set
End Property

Property Value

Type: System.Boolean

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

See Also

PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top