IPersonIsShipmentTypeReserved Method |
Is ShipmentType reserved?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsShipmentTypeReserved(
int i_ShipmentTypeId
)
Function IsShipmentTypeReserved (
i_ShipmentTypeId As Integer
) As Boolean
Dim instance As IPerson
Dim i_ShipmentTypeId As Integer
Dim returnValue As Boolean
returnValue = instance.IsShipmentTypeReserved(i_ShipmentTypeId)
bool IsShipmentTypeReserved(
[InAttribute] int i_ShipmentTypeId
)
Parameters
- i_ShipmentTypeId
- Type: SystemInt32
Return Value
Type:
Boolean
See Also