DicomObjects.NET.8.48 Documentation
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 System.TimeSpan
    'Usage
     
    
    Dim value As System.TimeSpan
     
    DicomLicense.ExpiryWarningPeriod = value
     
    value = DicomLicense.ExpiryWarningPeriod
    public static System.TimeSpan ExpiryWarningPeriod {get; set;}
    public read-write property ExpiryWarningPeriod: System.TimeSpan; static; 
    public static function get,set ExpiryWarningPeriod : System.TimeSpan
    public: __property static System.TimeSpan get_ExpiryWarningPeriod();
    public: __property static void set_ExpiryWarningPeriod( 
       System.TimeSpan value
    );
    public:
    static property System.TimeSpan ExpiryWarningPeriod {
       System.TimeSpan get();
       void set (    System.TimeSpan value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also