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

The Adjustment Amount

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

Syntax

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

See Also