Type of category.
enum En_CategoryType { Hours = 0, Money = 1 }
Namespace: AMG.API.DefinitionsAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public int Type { get; set; }
Public Property Type As Integer
Get
Set
public:
property int Type {
int get ();
void set (int value);
}
member Type : int with get, set
Property Value
Type:
Int32See Also