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

Constructor

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

Syntax

C#
public OCTrackerProject(
	int projectId
)
Visual Basic (Declaration)
Public Sub New ( _
	projectId As Integer _
)
Visual C++
public:
OCTrackerProject(
	int projectId
)

Parameters

projectId
Type: System..::.Int32
the unique id of the project

See Also