Gets or sets the line item's type.
Namespace:
BargeEx.InternalAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public virtual CicaBargeEventStatusType LineItemType { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property LineItemType As CicaBargeEventStatusType |
Visual C++ |
---|
public: virtual property CicaBargeEventStatusType LineItemType { CicaBargeEventStatusType get (); void set (CicaBargeEventStatusType value); } |