Click or drag to resize

ObjectReferenceIsOwnership Property

Gets a value indicating whether the reference is an ownership reference, e.g. the referenced object is parent.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool IsOwnership { get; }

Property Value

Type: Boolean
true if this reference is ownership; otherwise, false.
See Also