Gets and sets a list of Dependencies for the module

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Dependencies { get; set; }
Visual Basic
Public Property Dependencies As String
	Get
	Set

Return Value

A String

See Also