| ApplicationInfoApplicationVersion Property |
Gets a value representing the version of the application
Namespace:
Cauldron.Reflection
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax public static Version ApplicationVersion { get; }
Public Shared ReadOnly Property ApplicationVersion As Version
Get
public:
static property Version^ ApplicationVersion {
Version^ get ();
}
Property Value
Type:
Version[Missing <value> documentation for "P:Cauldron.Reflection.ApplicationInfo.ApplicationVersion"]
See Also