Enterprise Enterprise Enterprise Enterprise Class
Definition
Represents an enterprise in which the user can enroll to install company apps, or from which the user can unenroll.
public : sealed class Enterprise : IEnterprisepublic sealed class Enterprise : IEnterprisePublic NotInheritable Class Enterprise Implements IEnterprise// This API is not available in Javascript.
- Attributes
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Properties
EnrollmentValidFrom EnrollmentValidFrom EnrollmentValidFrom EnrollmentValidFrom
Gets the start date from which the user's enrollment in the enterprise is valid.
public : DateTime EnrollmentValidFrom { get; }public DateTimeOffset EnrollmentValidFrom { get; }Public ReadOnly Property EnrollmentValidFrom As DateTimeOffset// This API is not available in Javascript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The start date from which the user's enrollment in the enterprise is valid.
EnrollmentValidTo EnrollmentValidTo EnrollmentValidTo EnrollmentValidTo
Gets the end date until which the user's enrollment in the enterprise is valid.
public : DateTime EnrollmentValidTo { get; }public DateTimeOffset EnrollmentValidTo { get; }Public ReadOnly Property EnrollmentValidTo As DateTimeOffset// This API is not available in Javascript.
- Value
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
The end date until which the user's enrollment in the enterprise is valid.
Id Id Id Id
Gets the unique ID of the enterprise, as it appears on the enterprise certificate.
public : PlatForm::Guid Id { get; }public Guid Id { get; }Public ReadOnly Property Id As Guid// This API is not available in Javascript.
- Value
- PlatForm::Guid Guid Guid Guid
The unique ID of the enterprise, as it appears on the enterprise certificate.
Remarks
The Id property and the WorkplaceId property return the same ID value in different formats.
Name Name Name Name
Gets the name of the enterprise, as it appears on the enterprise certificate.
public : PlatForm::String Name { get; }public string Name { get; }Public ReadOnly Property Name As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
The name of the enterprise, as it appears on the enterprise certificate.
Status Status Status Status
Gets the current status of the user's enrollment in the enterprise.
public : EnterpriseStatus Status { get; }public EnterpriseStatus Status { get; }Public ReadOnly Property Status As EnterpriseStatus// This API is not available in Javascript.
The current status of the user's enrollment in the enterprise.
WorkplaceId WorkplaceId WorkplaceId WorkplaceId
Gets the unique ID of the enterprise, as it appears on the enterprise certificate.
public : int WorkplaceId { get; }public int WorkplaceId { get; }Public ReadOnly Property WorkplaceId As int// This API is not available in Javascript.
- Value
- int int int int
The unique ID of the enterprise, as it appears on the enterprise certificate.
Remarks
The Id property and the WorkplaceId property return the same ID value in different formats.