IncludeAttributes Property |
Gets or sets tag markup attributes of the include.
Namespace: ConnectedApps.Cms.Entities.IncludesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<IncludeAttribute> Attributes { get; set; }
Public Property Attributes As EntityCollection(Of IncludeAttribute)
Get
Set
public:
property EntityCollection<IncludeAttribute^>^ Attributes {
EntityCollection<IncludeAttribute^>^ get ();
void set (EntityCollection<IncludeAttribute^>^ value);
}
member Attributes : EntityCollection<IncludeAttribute> with get, set
Property Value
Type:
EntityCollectionIncludeAttribute
See Also