Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationServerStub Class / GetLatestVersionString Method


In This Topic
    GetLatestVersionString Method
    In This Topic
    Returns the version string of the latest version.
    Syntax
    'Declaration
     
    
    Public MustOverride Function GetLatestVersionString( _
       ByVal integrationPlatform As System.Integer _
    ) As System.String()
    'Usage
     
    
    Dim instance As NOfficeApplicationServerStub
    Dim integrationPlatform As System.Integer
    Dim value() As System.String
     
    value = instance.GetLatestVersionString(integrationPlatform)
    public abstract System.string[] GetLatestVersionString( 
       System.int integrationPlatform
    )

    Parameters

    integrationPlatform
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also