Click or drag to resize

SecurityEvaluatedObjectObjectId Property

Id of the object that has been/will be security evaluated. Is zero when dialog displays a new object to-be-created. When implementing a objectToEvaluateGetter then .Id should *not* be assigned - PrepareSecurityContextHelper will do that itself.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int ObjectId { get; set; }

Property Value

Type: Int32
See Also