Enterprise.EnrollmentValidTo Property
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.
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.