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

Shows if the detail is mandatory on the expense that uses this type.

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

Syntax

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

See Also