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

The tracker project fields

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

Syntax

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

See Also