LayoutControlAttributes Property |
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<LayoutControlAttribute> Attributes { get; set; }
Public Property Attributes As EntityCollection(Of LayoutControlAttribute)
Get
Set
public:
property EntityCollection<LayoutControlAttribute^>^ Attributes {
EntityCollection<LayoutControlAttribute^>^ get ();
void set (EntityCollection<LayoutControlAttribute^>^ value);
}
member Attributes : EntityCollection<LayoutControlAttribute> with get, set
Property Value
Type:
EntityCollectionLayoutControlAttribute
See Also