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

Returns true/false by checking the details of ExpenseMileage

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

Syntax

C#
public override bool IsDetailAvailable { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property IsDetailAvailable As Boolean
Visual C++
public:
virtual property bool IsDetailAvailable {
	bool get () override;
}

See Also