StoreLicense.ExpirationDate 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 expiration date and time for the add-on license.
public:
property DateTime ExpirationDate { DateTime get(); };
DateTime ExpirationDate();
public System.DateTimeOffset ExpirationDate { get; }
var dateTime = storeLicense.expirationDate;
Public ReadOnly Property ExpirationDate As DateTimeOffset
Property Value
The expiration date and time for the add-on license.