Enterprise.EnrollmentValidFrom 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 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.