LayoutUpdateResultControlProperties Property |
Gets the latest control properties of the successful layout update.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<LayoutControlProperty> ControlProperties { get; set; }
Public Property ControlProperties As EntityCollection(Of LayoutControlProperty)
Get
Set
public:
property EntityCollection<LayoutControlProperty^>^ ControlProperties {
EntityCollection<LayoutControlProperty^>^ get ();
void set (EntityCollection<LayoutControlProperty^>^ value);
}
member ControlProperties : EntityCollection<LayoutControlProperty> with get, set
Property Value
Type:
EntityCollectionLayoutControlProperty
See Also