Class ModuleInstallationMetaData
Installation meta data about single installation module, shipped with module via NuGet.
[Obsolete("Class is deprecated and will be removed.")]
public class ModuleInstallationMetaData
- Inheritance
-
objectModuleInstallationMetaData
- Extension Methods
Constructors
ModuleInstallationMetaData()
public ModuleInstallationMetaData()
Properties
Name
Name of the module.
public string Name { get; set; }
Property Value
- string
Version
Version of the module (e.g. "1.2.3").
public string Version { get; set; }
Property Value
- string