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




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

    Property Value

    Integer value.
    See Also