Enterprise Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |