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



In This Topic
    ExpiryWarningPeriod Property
    In This Topic
    Warning period to give the user of license expiry
    Syntax
    'Declaration
     
    Public Shared Property ExpiryWarningPeriod As TimeSpan
    'Usage
     
    Dim value As TimeSpan
     
    DicomLicense.ExpiryWarningPeriod = value
     
    value = DicomLicense.ExpiryWarningPeriod
    public static TimeSpan ExpiryWarningPeriod {get; set;}
    public:
    static property TimeSpan ExpiryWarningPeriod {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also