ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearVersion Class / Minor Property




In This Topic
    Minor Property
    In This Topic
    Gets minor version number.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Minor As Integer
    'Usage
     
    Dim value As Integer
     
    value = ImGearVersion.Minor
    public static int Minor {get;}
    public: __property static int get_Minor();
    public:
    static property int Minor {
       int get();
    }

    Property Value

    Integer value.
    See Also