共用方式為


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

取得企業的唯一識別碼,因為它出現在企業憑證上。

Name

取得企業的名稱,因為它出現在企業憑證上。

Status

取得企業中使用者註冊的目前狀態。

WorkplaceId

取得企業的唯一識別碼,因為它出現在企業憑證上。

適用於