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



In This Topic
    Expiry Property
    In This Topic
    The expiry date of the license
    Syntax
    'Declaration
     
    Public ReadOnly Property Expiry As Date
    'Usage
     
    Dim instance As DicomLicense
    Dim value As Date
     
    value = instance.Expiry
    public DateTime Expiry {get;}
    public:
    property DateTime Expiry {
       DateTime get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also