NamedPolicyData.IsUserPolicy Property

Definition

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.

Applies to