VistaDB 6
VistaDB.DDA Namespace / IVistaDBAssemblyInformation Interface / ImageRuntimeVersion Property


In This Topic
    ImageRuntimeVersion Property
    In This Topic
    Gets a string representing the version of the common language runtime for this assembly image
    Syntax
    'Declaration
     
    
    ReadOnly Property ImageRuntimeVersion As System.String
    'Usage
     
    
    Dim instance As IVistaDBAssemblyInformation
    Dim value As System.String
     
    value = instance.ImageRuntimeVersion
    System.string ImageRuntimeVersion {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also