adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ProductVersion Property


In This Topic
    ProductVersion Property
    In This Topic
    Gets a descriptive version number (more user-friendly than strict version number).
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ProductVersion As String
    [NotNull()]
    public string ProductVersion {get;}
    [NotNull()]
    public:
    property String^ ProductVersion {
       String^ get();
    }
    Remarks
    For example, may return "4.0 Maintenance Update 1" instead of 4.0.1.
    See Also