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
Syntaxfunction get_isProtected();
Return Value
Type:
[T:(Any)]bool
Examplesvar isProtected = property.isProtected;
See Also