CategoryIsSticky Property |
Indicates if
Miscellaneous Entries with this category should stick to the nearest in/out transactions' hours.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool IsSticky { get; set; }
Public Property IsSticky As Boolean
Get
Set
public:
property bool IsSticky {
bool get ();
void set (bool value);
}
member IsSticky : bool with get, set
Property Value
Type:
BooleanSee Also