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