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

The Limit on the number of days.

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

Syntax

C#
public DateTime Limit { get; }
Visual Basic (Declaration)
Public ReadOnly Property Limit As DateTime
Visual C++
public:
property DateTime Limit {
	DateTime get ();
}

See Also