Nevron Open Vision Documentation
Nevron.Nov Namespace / NRKI Class / MK Method


In This Topic
    MK Method (NRKI)
    In This Topic
    Returns true if the key matches the specified key
    Syntax
    'Declaration
     
    
    Public Function MK( _
       ByVal key As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRKI
    Dim key As System.String
    Dim value As System.Boolean
     
    value = instance.MK(key)
    public System.bool MK( 
       System.string key
    )

    Parameters

    key
    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