Class BasicModuleInstallationMetaData
Basic module installation meta data (can be retrieved from the name of module installation meta file). The basic meta data is read only.
[Obsolete("Class is deprecated and will be removed.")]
[ObsoleteSince(29, 6)]
public class BasicModuleInstallationMetaData
- Inheritance
-
objectBasicModuleInstallationMetaData
- Extension Methods
Constructors
BasicModuleInstallationMetaData(string, string)
Creates new basic module installation meta data.
public BasicModuleInstallationMetaData(string name, string version)
Parameters
name
stringModule name.
version
stringModule version.
Properties
Name
Name of the module.
public string Name { get; protected set; }
Property Value
- string
Version
Version of the module.
public string Version { get; protected set; }
Property Value
- string
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.