XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / ExpiryWarningDays Property



In This Topic
    ExpiryWarningDays Property
    In This Topic
    Number of days before expiry to start issuing warnings
    Syntax
    Public Shared Property ExpiryWarningDays As Integer
    Dim value As Integer
     
    XdsLicense.ExpiryWarningDays = value
     
    value = XdsLicense.ExpiryWarningDays
    public static int ExpiryWarningDays {get; set;}
    public:
    static property int ExpiryWarningDays {
       int get();
       void set (    int value);
    }
    Remarks
    Default value is 14. Set to 0 to disable all expiry warning from XdsObjects.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also