Aspose::BarCode::ComplexBarcode::Address::set_HouseNo method

Address::set_HouseNo method

Sets the house number.

void Aspose::BarCode::ComplexBarcode::Address::set_HouseNo(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 and is optional.

The house number.

See Also