Click or drag to resize

ObjectReferencesCollectionItem Property

Gets the ObjectReference with the specified name.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectReference this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Property Value

Type: ObjectReference
The ObjectReference.

Return Value

Type: ObjectReference
See Also