Click or drag to resize
IncludeAttributes Property
Gets or sets tag markup attributes of the include.

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

Property Value

Type: EntityCollectionIncludeAttribute
See Also