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




In This Topic
    ProductName Property
    In This Topic
    Gets product name.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property ProductName As String
    'Usage
     
    Dim value As String
     
    value = ImGearVersion.ProductName
    public static string ProductName {get;}
    public: __property static string* get_ProductName();
    public:
    static property String^ ProductName {
       String^ get();
    }

    Property Value

    String value.
    See Also