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)
Syntaxpublic static bool IsNullOrEmpty(
Address address
)
Public Shared Function IsNullOrEmpty (
address As Address
) As Boolean
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:
BooleanTrue is address is empty or all strings are empty or null
See Also