NamedPolicyData.Kind 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.
Gets the type of the MDM policy value.
public:
property NamedPolicyKind Kind { NamedPolicyKind get(); };
NamedPolicyKind Kind();
public NamedPolicyKind Kind { get; }
var namedPolicyKind = namedPolicyData.kind;
Public ReadOnly Property Kind As NamedPolicyKind
Property Value
The type of the named MDM policy from the NamedPolicyKind enumeration.
Applies to
See also
- <xref:Windows.Management.Policies.NamedPolicyKind+enumeration>