[This is preliminary documentation and is subject to change.]

The constructor to extract the object from parts

Namespace:  OfficeClip.BusinessLayer.Service
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public TrackerFieldValue(
	int id,
	string val
)
Visual Basic (Declaration)
Public Sub New ( _
	id As Integer, _
	val As String _
)
Visual C++
public:
TrackerFieldValue(
	int id, 
	String^ val
)

Parameters

id
Type: System..::.Int32
The id of the field
val
Type: System..::.String
The value of the field

See Also