Class ModuleInstallationMetaData
Installation meta data about single installation module, shipped with module via NuGet.
[Obsolete("Class is deprecated and will be removed.")]
[ObsoleteSince(29, 6)]
public class ModuleInstallationMetaData
- Inheritance
-
objectModuleInstallationMetaData
- Extension Methods
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