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



    ExpiryWarningDays Property
    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
    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