InfoSolution Class

Class for SolutionInfo.
Public Class InfoSolution
This language is not supported or no code example is available.
public class InfoSolution
This language is not supported or no code example is available.
Name Description
Public constructor InfoSolution(RunObj, int) Construct the instance
Top
Name Description
Public property CurrentBuild Current Solution build number.
Public property DateCreated Gets the DateTime object that represents the date the Project version was created.
Public property DateModified Last DateTime the Solution was modified.
Public property Description Gets the Project version description.
Public property ProductFamily Gets the project version product family.
Public property ProductModel Gets the Project version product model.
Public property ProductName Gets the Project version product name.
Public property ProductVersion Product used when last editing the dolution
Public property RequiredLicense License Required to use the solution in production
Public property SchemaVersion Get the current schema version that define internal struct modification.
Public property Settings Provides access to SolutionSettings objects.
Public property SolutionName Gets the Solution name of the Project version.
Public property SolutionPath Gets the Project version path.
Public property VersionID Solution VersionID, automatically incremented on any configuration change
Public property VersionString Gets the Project version string.
Top
T.Modules.Info.InfoSolution

.NET Framework

Supported in: 4.8

In this article

Definition