Click or drag to resize

PropertyItemid Property

Id of the current Property Item.

Namespace:  Aras.Modules.CMF.Public
Syntax
JavaScript
function get_id();

Return Value

Type: [T:(Any)]
string
Examples
JavaScript
var propertyId = property.id;
See Also