[This is preliminary documentation and is subject to change.]
            How long the license is valid. If DateTime.MinValue is returned then there is an error
            If DateTime.MaxValue is returned then the timelimit is infinite
            
    Namespace: 
   OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public DateTime ValidUptoTimestamp { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property ValidUptoTimestamp As DateTime  | 
| Visual C++ | 
|---|
public: property DateTime ValidUptoTimestamp { DateTime get (); }  | 
