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