TransportationModeSystemIcon Property |
Icon, depicting the mode of transport. A=Air, W=Water, T=Train/Rail, R=Road, O=Other. [Required] [Default("O")]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string SystemIcon { get; set; }
Public Property SystemIcon As String
Get
Set
public:
property String^ SystemIcon {
String^ get ();
void set (String^ value);
}
member SystemIcon : string with get, set
Property Value
Type:
String
See Also