 | SupplierPartialEntityIsTransportSupplier Property |
Gets or sets a value indicating whether this instance is transport supplier.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Supplier
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsTransportSupplier { get; set; }
Public Property IsTransportSupplier As Boolean
Get
Set
Property Value
Type:
Booleantrue if this instance is transport supplier; otherwise,
false.
See Also