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

The total number of forward periods (in the future) that the timesheet can be created for

Namespace:  OfficeClip.BusinessLayer.Framework.Profile
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public int NumberOfStartingPeriodForward { get; set; }
Visual Basic (Declaration)
Public Property NumberOfStartingPeriodForward As Integer
Visual C++
public:
property int NumberOfStartingPeriodForward {
	int get ();
	void set (int value);
}

See Also