DocumentIsAdjustingDocument Property |
Gets a value indicating whether this instance is adjusting document.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsAdjustingDocument { get; }
Public ReadOnly Property IsAdjustingDocument As Boolean
Get
public:
property bool IsAdjustingDocument {
bool get ();
}
member IsAdjustingDocument : bool with get
Property Value
Type:
Booleantrue if this instance is adjusting document; otherwise,
false.
See Also