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

The list of field arguments

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

Syntax

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

See Also