Common Data PagesProduct Info PageSoftware Revision Property
Gets the software revision.
Definition
Namespace: SmallEarthTech.AntPlus
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public Version SoftwareRevision { get; }VB
Public ReadOnly Property SoftwareRevision As Version
GetC++
public:
property Version^ SoftwareRevision {
Version^ get ();
}F#
member SoftwareRevision : Version with get