PunchOverrideLinkBack Property |
Indicates if Link-Back algorithm should be used for time card starting with this transaction.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<bool> OverrideLinkBack { get; set; }
Public Property OverrideLinkBack As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> OverrideLinkBack {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member OverrideLinkBack : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also