ChildCollectionTChildObjectParentObject Property |
The parent object of this child list
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic EntityObject ParentObject { get; }
Public ReadOnly Property ParentObject As EntityObject
Get
public:
property EntityObject^ ParentObject {
EntityObject^ get ();
}
member ParentObject : EntityObject with get
Property Value
Type:
EntityObject
See Also