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



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

    Target Platforms: .NET CLR 4.0 or higher

    See Also