MiscEntryIsSystemGenerated Property |
Indicates if the transaction was generated by the system.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsSystemGenerated { get; set; }
Public Property IsSystemGenerated As Boolean
Get
Set
public:
property bool IsSystemGenerated {
bool get ();
void set (bool value);
}
member IsSystemGenerated : bool with get, set
Property Value
Type:
BooleanSee Also