TimecardLineBaseCategoryId Property |
Time card's category ID
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<int> CategoryId { get; set; }
Public Property CategoryId As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> CategoryId {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CategoryId : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also