SetVersionRequest.CurrentVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current version.
public:
property unsigned int CurrentVersion { unsigned int get(); };
uint32_t CurrentVersion();
public uint CurrentVersion { get; }
var uInt32 = setVersionRequest.currentVersion;
Public ReadOnly Property CurrentVersion As UInteger
Property Value
The current version.