Enterprise.EnrollmentValidFrom Property

Definition

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

public:
 property DateTime EnrollmentValidFrom { DateTime get(); };
DateTime EnrollmentValidFrom();
public System.DateTimeOffset EnrollmentValidFrom { get; }
var dateTime = enterprise.enrollmentValidFrom;
Public ReadOnly Property EnrollmentValidFrom As DateTimeOffset

Property Value

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

Applies to