ItemSearchResultItems Property |
Gets a collection of items from the search and pagination.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EntityCollection<Item> Items { get; set; }
Public Property Items As EntityCollection(Of Item)
Get
Set
public:
property EntityCollection<Item^>^ Items {
EntityCollection<Item^>^ get ();
void set (EntityCollection<Item^>^ value);
}
member Items : EntityCollection<Item> with get, set
Property Value
Type:
EntityCollectionItem
See Also