Gets the Sender (source) of the changes to be merged

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

Syntax

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

Field Value

A String

See Also