Skip to main content

BuildVersion

This class represents a build version, encapsulating the build identifier, the version string, and a timestamp. It is typically used to provide detailed version information for a software component or application.

Attributes

AttributeTypeDescription
BuildstringStores the build identifier for the software version.
VersionstringStores the semantic version string for the software.
TimestampstringStores the timestamp indicating when this build version was created.