NamedPolicyKind Enum
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.
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
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. |