VistaDB 6
VistaDB.Provider Namespace / VistaDBDataPermission Class / GetHashCode Method


In This Topic
    GetHashCode Method (VistaDBDataPermission)
    In This Topic
    Gets a hash code for the System.Security.CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table.
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ComVisibleAttribute(False)>
    Public Function GetHashCode() As System.Integer
    'Usage
     
    
    Dim instance As VistaDBDataPermission
    Dim value As System.Integer
     
    value = instance.GetHashCode()
    [System.Runtime.InteropServices.ComVisible(false)]
    public System.int GetHashCode()

    Return Value

    A hash code for the current System.Security.CodeAccessPermission object.
    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