IPersonSetShipmentTypeReserved Method |
Set ShipmentType reserved
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid SetShipmentTypeReserved(
int i_ShipmentTypeId,
bool i_IsShipmentTypeReserved
)
Sub SetShipmentTypeReserved (
i_ShipmentTypeId As Integer,
i_IsShipmentTypeReserved As Boolean
)
Dim instance As IPerson
Dim i_ShipmentTypeId As Integer
Dim i_IsShipmentTypeReserved As Boolean
instance.SetShipmentTypeReserved(i_ShipmentTypeId,
i_IsShipmentTypeReserved)
void SetShipmentTypeReserved(
[InAttribute] int i_ShipmentTypeId,
[InAttribute] bool i_IsShipmentTypeReserved
)
Parameters
- i_ShipmentTypeId
- Type: SystemInt32
- i_IsShipmentTypeReserved
- Type: SystemBoolean
See Also