Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / bMSI Class / v Method


In This Topic
    v Method (bMSI)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function v( _
       ByVal CMSI As System.Boolean, _
       ByVal dMSI As System.Integer _
    ) As pSxd.WSxd
    'Usage
     
    
    Dim instance As bMSI
    Dim CMSI As System.Boolean
    Dim dMSI As System.Integer
    Dim value As pSxd.WSxd
     
    value = instance.v(CMSI, dMSI)
    protected override pSxd.WSxd v( 
       System.bool CMSI,
       System.int dMSI
    )

    Parameters

    CMSI
    dMSI
    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