NamedPolicyData.IsManaged Property

Definition

Determines whether an MDM policy is actively managed or not.

public:
 property bool IsManaged { bool get(); };
bool IsManaged();
public bool IsManaged { get; }
var boolean = namedPolicyData.isManaged;
Public ReadOnly Property IsManaged As Boolean

Property Value

Boolean

bool

True if the policy is managed; False if the policy is not managed.

Applies to