ServicePRO SDK Help

stcNameValue Constructor (String, Object)

Initializes a new instance of the stcNameValue struct.

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

Syntax


public stcNameValue(
	string Name,
	Object Value
)
Public Sub New ( _
	Name As String, _
	Value As Object _
)

Parameters

Name
Type: String
The name.
Value
Type: Object
The value.