Share via


Enterprise Class

Definition

Represents an enterprise in which the user can enroll to install company apps, or from which the user can unenroll.

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
Inheritance
Object Platform::Object IInspectable Enterprise
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Properties

EnrollmentValidFrom

Gets the start date from which the user's enrollment in the enterprise is valid.

EnrollmentValidTo

Gets the end date until which the user's enrollment in the enterprise is valid.

Id

Gets the unique ID of the enterprise, as it appears on the enterprise certificate.

Name

Gets the name of the enterprise, as it appears on the enterprise certificate.

Status

Gets the current status of the user's enrollment in the enterprise.

WorkplaceId

Gets the unique ID of the enterprise, as it appears on the enterprise certificate.

Applies to