 | InternetWaybillModelDeliveryInstructions Property |
Delivery instructions.
Former Notes.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string DeliveryInstructions { get; set; }
Public Property DeliveryInstructions As String
Get
Set
public:
virtual property String^ DeliveryInstructions {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DeliveryInstructions : string with get, set
override DeliveryInstructions : string with get, set
Property Value
Type:
String
See Also