 | ActivationCodeInfoModelDaysToExpire Property |
Gets or sets the number of days until the license expires.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic int DaysToExpire { get; set; }
Public Property DaysToExpire As Integer
Get
Set
public:
property int DaysToExpire {
int get ();
void set (int value);
}
member DaysToExpire : int with get, set
Property Value
Type:
Int32
See Also