CategoryCanExport Property |
Indicates if category is exported to payroll.
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool CanExport { get; set; }
Public Property CanExport As Boolean
Get
Set
public:
property bool CanExport {
bool get ();
void set (bool value);
}
member CanExport : bool with get, set
Property Value
Type:
BooleanSee Also