Click or drag to resize

AddressIsEmpty Method

[This is preliminary documentation and is subject to change.]

Determines if all the address fields are null or empty.

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public bool IsEmpty()

Return Value

Type: Boolean
True if all strings are empty or null
See Also