Share via


TBoundPropertyBase.Get (Compact 2013)

3/28/2014

This method returns the property value that is encapsulated by the TBoundPropertyBase<PropertyType,StoreType> object.

Syntax

PropertyType Get(void)

Parameters

None.

Return Value

Returns the value of the property in the property bag. The PropertyType data type is defined in the PropertyType template parameter of the template class.

Requirements

Header

XRPropertyBag.h

See Also

Reference

TBoundPropertyBase<PropertyType,StoreType>
TBoundPropertyBase.Get(XRValue *)
TBoundPropertyBase.Set(const PropertyType&)