Click or drag to resize
ValueAttributes Property
Gets or sets a collection of attributes for the value.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<ValueAttribute> Attributes { get; set; }

Property Value

Type: EntityCollectionValueAttribute
See Also