Constable Authorization Engine 2.0 BETA

Role.Owner Property

[This is preliminary documentation and subject to change.]

Returns the RoleCollection instance that owns this Role object.

[Visual Basic]
Public ReadOnly Property Owner As RoleCollection
[C#]
public RoleCollection Owner {get;}

Property Value

Reference to the RoleCollection that owns the current Role object, or if the object is not contained within a collection.

Remarks

Adding an object to a collection automatically sets the Owner property to refer to the containing collection. Conversely, remving the object from the collection sets the Owner property to a null reference (Nothing in Visual Basic).

See Also

Role Class | LaMarvin.Constable.Model Namespace