DicomObjects.NET.8.48 Documentation
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 System.Date
    'Usage
     
    
    Dim instance As DicomLicense
    Dim value As System.Date
     
    value = instance.Start
    public System.DateTime Start {get;}
    public read-only property Start: System.DateTime; 
    public function get Start : System.DateTime
    public: __property System.DateTime get_Start();
    public:
    property System.DateTime Start {
       System.DateTime get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also