Intersoft WebInput Documentation
DTName Constructor(String)
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DTName Class > DTName Constructor : DTName Constructor(String)






name

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As System.String _
)
Visual Basic (Usage)Copy Code
Dim name As System.String
 
Dim instance As New DTName(name)
C# 
public DTName( 
   System.string name
)
Delphi 
public DTName( 
    name: System.String
); 
JScript 
public function DTName( 
   name : System.String
);
Managed Extensions for C++ 
public: DTName( 
   System.string* name
)
C++/CLI 
public:
DTName( 
   System.String^ name
)

Parameters

name

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

© 2013 Intersoft Solutions Corp. All Rights Reserved.