Click or drag to resize

DataAttributesCollectionItem Property (String)

Gets the IDataAttribute with the specified name.

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

Parameters

name
Type: SystemString
The name.

Property Value

Type: IDataAttribute
The IDataAttribute.

Return Value

Type: IDataAttribute
See Also