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
Syntaxpublic bool IsOwnership { get; }
Public ReadOnly Property IsOwnership As Boolean
Get
public:
property bool IsOwnership {
bool get ();
}
member IsOwnership : bool with get
Property Value
Type:
Booleantrue if this reference is ownership; otherwise,
false.
See Also