ChildCollectionDefinitionTChildObjectChildObjectType Property |
Gets the type of the child object.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Type ChildObjectType { get; }
Public ReadOnly Property ChildObjectType As Type
Get
public:
virtual property Type^ ChildObjectType {
Type^ get () sealed;
}
abstract ChildObjectType : Type with get
override ChildObjectType : Type with get
Property Value
Type:
TypeImplements
IChildCollectionDefinitionChildObjectType
See Also