Enterprise.EnrollmentValidTo Property

Definition

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

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

Property Value

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

Applies to