VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Sane Namespace / SaneGlobalSettings Class / AssemblyVersion Property
Syntax Requirements SeeAlso
In This Topic
    AssemblyVersion Property (SaneGlobalSettings)
    In This Topic
    Gets the assembly version.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property AssemblyVersion As String
    
    
    public static string AssemblyVersion { get; }
    
    
    public: __property static string* get_AssemblyVersion();
    
    
    
    public:
    static property string^ AssemblyVersion { string^ get(); }
    Requirements

    Target Platforms: .NET 9; .NET 8; .NET 7; .NET 6

    See Also