Click or drag to resize

AddressMailingBlock Class

Represents the address mailing information for DataUpdateService.UpdateAddressMailingBlock.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityAddressMailingBlock

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[SerializableAttribute]
public class AddressMailingBlock

The AddressMailingBlock type exposes the following members.

Properties
  NameDescription
Public propertyAddress1
Gets or sets the address line 1.
Public propertyAddress2
Gets or sets the address line 2.
Public propertyAddress3
Gets or sets the address line 3.
Public propertyCity
Gets or sets the city.
Public propertyCountry
Gets or sets the country.
Public propertyNotPublishAddressLines
Gets or sets a value indicating whether address lines should be hidden in a public directory.
Public propertyNotPublishCityStateZip
Gets or sets a value indicating whether city, state and zip code should be hidden in a public directory.
Public propertyNotPublishCountry
Gets or sets a value indicating whether country should be hidden in a public directory.
Public propertyState
Gets or sets the state.
Public propertyZip
Gets or sets the zip code.
Top
See Also