Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ManifestModuleDependency

Represents manifest module dependency.

Inheritance
System.Object
ManifestModuleDependency
Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ManifestModuleDependency : Object

Constructors

ManifestModuleDependency()

Initializes a new instance of the ManifestModuleDependency class.

Declaration
public ManifestModuleDependency()

Properties

Description

Gets or sets the description.

Declaration
public ManifestVersionDescription Description { get; set; }
Property Value
Type Description
ManifestVersionDescription

The description.

ModuleName

Gets or sets the name of the module.

Declaration
public string ModuleName { get; set; }
Property Value
Type Description
System.String

The name of the module.