Class PackageTypeMemberNameFixer
This class allows PackageType to have a member named PackageType to remain compatible with the original VB implementation.
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageTypeMemberNameFixer : object
Constructors
| Improve this Doc View SourcePackageTypeMemberNameFixer()
Initializes a new instance of the PackageTypeMemberNameFixer class.
Declaration
public PackageTypeMemberNameFixer()
Properties
| Improve this Doc View SourcePackageType
This class allows PackageType to have a member named PackageType to remain compatible with the original VB implementation.
Declaration
public string PackageType { get; set; }
Property Value
Type | Description |
---|---|
System.String |