Nevron .NET Vision
Nevron.UI Namespace / NUISystem Class / CopyFields Method


In This Topic
    CopyFields Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CopyFields( _
       ByVal from As System.Object, _
       ByVal to As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim from As System.Object
    Dim to As System.Object
    Dim value As System.Boolean
     
    value = NUISystem.CopyFields(from, to)
    public static System.bool CopyFields( 
       System.object from,
       System.object to
    )

    Parameters

    from
    to
    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