NamedPolicyData.IsManaged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.