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

Values of the tracker fields

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

Syntax

C#
public TrackerFieldValue[] TrackerFieldValues { get; set; }
Visual Basic (Declaration)
Public Property TrackerFieldValues As TrackerFieldValue()
Visual C++
public:
property array<TrackerFieldValue^>^ TrackerFieldValues {
	array<TrackerFieldValue^>^ get ();
	void set (array<TrackerFieldValue^>^ value);
}

See Also