Share via


NamedPolicyKind Enum

Definition

Possible data types representing the MDM policy value.

public enum class NamedPolicyKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class NamedPolicyKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum NamedPolicyKind
var value = Windows.Management.Policies.NamedPolicyKind.invalid
Public Enum NamedPolicyKind
Inheritance
NamedPolicyKind
Attributes

Windows requirements

Requirements Description
Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Name Value Description
Invalid 0

The policy is invalid.

Binary 1

The policy is represented by binary data (a sequence of bytes).

Boolean 2

The policy is represented by a boolean.

Int32 3

The policy is represented by a 32 bit integer.

Int64 4

The policy is represented by a 64 bit integer.

String 5

The policy is represented by a string.

Applies to