ChildCollectionDefinitionsItem Property |
Gets the child list definition with the specified name
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IChildCollectionDefinition this[
string collectionName
] { get; }
Public ReadOnly Property Item (
collectionName As String
) As IChildCollectionDefinition
Get
public:
property IChildCollectionDefinition^ Item[String^ collectionName] {
IChildCollectionDefinition^ get (String^ collectionName);
}
member Item : IChildCollectionDefinition with get
Parameters
- collectionName
- Type: SystemString
The name of the child list definition to return
Return Value
Type:
IChildCollectionDefinitionThe child list definition with the specifed name
See Also