Click or drag to resize
ResourceInfoResourceVersion Property
Version of the module for the purpose of installation package creation. Required if you want to create an installation package. Valid module version is in a format like "1.2.3".

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public virtual string ResourceVersion { get; set; }

Property Value

Type: String
See Also