Aspose::BarCode::ComplexBarcode::Address::set_Town method

Address::set_Town method

Sets the town or city.

void Aspose::BarCode::ComplexBarcode::Address::set_Town(System::String value)

Remarks

Setting this field sets the address type to AddressType::Structured unless it’s already AddressType::CombinedElements, in which case it becomes AddressType::Conflicting.

This field is only used for structured addresses. For this type, it’s mandatory.

The town or city.

See Also