Share via


entity_property::int32_value Method

Gets the 32-bit integer value of the entity_property object.

WASTORAGE_API int32_t int32_value() const;

Return Value

The 32-bit integer value of the entity_property object.

Remarks

An exception is thrown if this property is set to a value other than a 32-bit integer value.

Requirements

Header: table.h

Namespace: azure::storage

See Also

Reference

entity_property Class