Click or drag to resize

PropertyItemisProtected Property

Return true if Property Item is protected for current User (no permissions to see a value of the cell)

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

Return Value

Type: [T:(Any)]
bool
Examples
JavaScript
var isProtected = property.isProtected;
See Also