Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
BaseObject Constructor (String)
BaseObject Class
See Also
Creates the new
BaseObject
object with specified text.
Namespace:
C1.C1Schedule
Assembly:
C1.Web.UI.Controls.2
(in C1.Web.UI.Controls.2.dll)
Syntax
C#
public
BaseObject
(
string
text
)
Visual Basic
Public
Sub
New
( _
text
As
String
_ )
Parameters
text
Type:
System
.
.
::
.
.
String
The
String
value.
See Also
BaseObject Class
BaseObject Overload
C1.C1Schedule Namespace