ServicePRO SDK Help

stcListItem Constructor (String, Object)

Initializes a new instance of the stcListItem class.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcListItem(
	string Name,
	Object Data
)
Public Sub New ( _
	Name As String, _
	Data As Object _
)

Parameters

Name
Type: String
The name.
Data
Type: Object
The data.