Click or drag to resize

BasePropertySecurityDefined Property

Returns true of security has been defined for the property. Use the CheckSecurity() method to test of a user has access to the property.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool SecurityDefined { get; set; }

Property Value

Type: Boolean
See Also