Gets and sets the Type of the component

Namespace: DotNetNuke.Services.Installer.Installers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A String

See Also