DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomLicence Class / ExpiryWarningDays Property



In This Topic
    ExpiryWarningDays Property
    In This Topic
    Number of days before expiryDate to start issuing warnings
    Syntax
    'Declaration
     
    
    Public Shared Property ExpiryWarningDays As Integer
    'Usage
     
    
    Dim value As Integer
     
    DicomLicence.ExpiryWarningDays = value
     
    value = DicomLicence.ExpiryWarningDays
    public static int ExpiryWarningDays {get; set;}
    public:
    static property int ExpiryWarningDays {
       int get();
       void set (    int value);
    }
    Remarks
    Default value is 5. Set to 0 to disable all expiryDate warnings
    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