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