次の方法で共有


Enterprise クラス

定義

ユーザーが会社のアプリをインストールするために登録できる企業、またはユーザーが登録を解除できる企業を表します。

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

Windows の要件

デバイス ファミリ
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Phone.PhoneContract (v1.0 で導入)

プロパティ

EnrollmentValidFrom

エンタープライズでのユーザーの登録が有効な開始日を取得します。

EnrollmentValidTo

エンタープライズでのユーザーの登録が有効になるまでの終了日を取得します。

Id

エンタープライズ証明書に表示されるエンタープライズの一意の ID を取得します。

Name

エンタープライズ証明書に表示されるエンタープライズの名前を取得します。

Status

エンタープライズでのユーザーの登録の現在の状態を取得します。

WorkplaceId

エンタープライズ証明書に表示されるエンタープライズの一意の ID を取得します。

適用対象