Click or drag to resize

AddressIsNullOrEmpty Method

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

Determines if the address is null or 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 static bool IsNullOrEmpty(
	Address address
)

Parameters

address
Type: Purolator.Webservice.ObjectsAddress

[Missing <param name="address"/> documentation for "M:Purolator.Webservice.Objects.Address.IsNullOrEmpty(Purolator.Webservice.Objects.Address)"]

Return Value

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