次の方法で共有


NamedPolicyData クラス

定義

モバイル デバイス管理のポリシー データ情報。

public ref class NamedPolicyData sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class NamedPolicyData final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class NamedPolicyData
Public NotInheritable Class NamedPolicyData
継承
Object Platform::Object IInspectable NamedPolicyData
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

ポリシー値には、整数、文字列、ブール値、バイナリなど、いくつかの型を指定できます。 各ポリシーは 1 つのデータ型をサポートしており、ポリシー データ型は定義後に変更できないことに注意してください。

プロパティ

Area

MDM ポリシー領域名を取得します。

IsManaged

MDM ポリシーがアクティブに管理されているかどうかを判断します。

IsUserPolicy

MDM ポリシーがユーザー ポリシーであるかどうかを判断します。

Kind

MDM ポリシー値の型を取得します。

Name

MDM ポリシー名の値を取得します。

User

MDM ユーザー ポリシーのユーザーのデータを取得します。

メソッド

GetBinary()

MDM ポリシー値のバイナリ表現を取得します。

GetBoolean()

MDM ポリシー値のブール表現を取得します。

GetInt32()

MDM ポリシー値の 32 ビット整数表現を取得します。

GetInt64()

MDM ポリシー値の 64 ビット整数表現を取得します。

GetString()

MDM ポリシー値の文字列表現を取得します。

イベント

Changed

MDM ポリシーが変更されたときに発生します。

適用対象