Get the date when site admins will start receive license about to expire notifications

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
DateTime ExpirationNotificationStartDate { get; }
Visual Basic
ReadOnly Property ExpirationNotificationStartDate As DateTime
	Get
Visual C++
property DateTime ExpirationNotificationStartDate {
	DateTime get ();
}

Field Value

DateTime

Remarks

The settings of notification period is set in the .config file of the assembly, that can be either App.config or Web.config.

See Also