NamedPolicyData.IsUserPolicy 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 a user policy or not.
public:
property bool IsUserPolicy { bool get(); };
bool IsUserPolicy();
public bool IsUserPolicy { get; }
var boolean = namedPolicyData.isUserPolicy;
Public ReadOnly Property IsUserPolicy As Boolean
Property Value
Boolean
bool
True if the policy is a user policy; False if the policy is not a user policy.