ObjectReferencesCollectionItem Property |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReference this[
string name
] { get; }
Public ReadOnly Property Item (
name As String
) As ObjectReference
Get
public:
property ObjectReference^ Item[String^ name] {
ObjectReference^ get (String^ name);
}
member Item : ObjectReference with get
Parameters
- name
- Type: SystemString
The name.
Property Value
Type:
ObjectReference
The
ObjectReference.
Return Value
Type:
ObjectReference
See Also