public List<ItemCategory> ItemCategories {get;}
Public ReadOnly Property ItemCategories As List(Of ItemCategory)
public List<ItemCategory> ItemCategories {get;}
Public ReadOnly Property ItemCategories As List(Of ItemCategory)
// Get the ItemCategories with which an item is associated Item gdb = ItemFactory.Instance.Create(@"E:\CurrentProject\RegionalPolling\polldata.gdb"); List<ItemCategory> gdbItemCategories = gdb.ItemCategories;
Target Platforms: Windows 10, Windows 8.1