[This is preliminary documentation and is subject to change.]
Shows if the detail is available on the auto rental expense object.
Namespace:
OfficeClip.BusinessLayer.TEAssembly: 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; } |