Gets the name of the program.

Namespace:  Linxter.SDK
Assembly:  Linxter.SDK (in Linxter.SDK.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
string ProgramName { get; }
Visual Basic (Declaration)
ReadOnly Property ProgramName As String

Field Value

The name of the program.

Examples

CopyC#
Console.WriteLine(registrationObject.ProgramName);
CopyVB.NET
Console.WriteLine(registrationObject.ProgramName)

See Also