RepositoryAttributes Property |
List of Attributes of the container
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic DataAttributesCollection Attributes { get; }
Public ReadOnly Property Attributes As DataAttributesCollection
Get
public:
property DataAttributesCollection^ Attributes {
DataAttributesCollection^ get ();
}
member Attributes : DataAttributesCollection with get
Property Value
Type:
DataAttributesCollection
See Also