TrackerAssets Property
Gets the collection of assets being tracked.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.AssetTrackerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.1+2b48744145fe7ef0b0e6d89d46e9cc83d8627463
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