Gets the Source string of this Stringtokenizer.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public string Source { get; }
Visual Basic
Public ReadOnly Property Source As String
	Get
Visual C++
public:
property String^ Source {
	String^ get ();
}

Return Value

A string representing the current Source.

See Also