DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / ExpiryWarningDays Property



In This Topic
    ExpiryWarningDays Property
    In This Topic
    Number of days before expiry to start issuing warnings
    Syntax
    'Declaration
     
    Public Shared Property ExpiryWarningDays As Integer
    'Usage
     
    Dim value As Integer
     
    DicomLicense.ExpiryWarningDays = value
     
    value = DicomLicense.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 DicomObjects.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also