TrackerAssets Property
Gets the collection of assets being tracked.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTrackerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.1.2+f020e0f7d6c6baea4fbd8d2cd07f19d43a2df455
public ObservableCollection<Asset> Assets { get; }
Public ReadOnly Property Assets As ObservableCollection(Of Asset)
Get
public:
property ObservableCollection<Asset^>^ Assets {
ObservableCollection<Asset^>^ get ();
}
member Assets : ObservableCollection<Asset> with get
Property Value
ObservableCollectionAsset