Gets and sets the Action for this file

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

Syntax

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

Field Value

A string

See Also