Click or drag to resize

BasePropertySecurityGroups Property

Contains Users and UserGroup which have access to the property. Can be null. 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 UserOrGroups SecurityGroups { get; set; }

Property Value

Type: UserOrGroups
See Also