Nevron .NET Vision
Nevron.UI Namespace / NUINode Class / SetCustomProperty Method
The property key.
The value of the property.


In This Topic
    SetCustomProperty Method (NUINode)
    In This Topic
    Gets/sets a custom property associated with this node.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetCustomProperty( _
       ByVal key As System.Integer, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NUINode
    Dim key As System.Integer
    Dim value As System.Object
     
    instance.SetCustomProperty(key, value)
    public virtual void SetCustomProperty( 
       System.int key,
       System.object value
    )

    Parameters

    key
    The property key.
    value
    The value of the property.
    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