Nevron .NET Vision
Nevron.UI Namespace / NUINode Class / ContainsPropEntry Method
The key to examine.


In This Topic
    ContainsPropEntry Method (NUINode)
    In This Topic
    Determines whether an entry with the specified key exists in the node's property storage.
    Syntax
    'Declaration
     
    
    Public Overridable Function ContainsPropEntry( _
       ByVal propConstant As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NUINode
    Dim propConstant As System.Integer
    Dim value As System.Boolean
     
    value = instance.ContainsPropEntry(propConstant)
    public virtual System.bool ContainsPropEntry( 
       System.int propConstant
    )

    Parameters

    propConstant
    The key to examine.

    Return Value

    True if an entry exists, false otherwise.
    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