DocumentRequestObjectIdentifierType Property |
[This is preliminary documentation and is subject to change.]
The type of object identifier used. For an LTL Shipment this may be the ProNumber or LTLShipmentNumber.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic string ObjectIdentifierType { get; set; }
Public Property ObjectIdentifierType As String
Get
Set
public:
property String^ ObjectIdentifierType {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also