New text input

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public string Input {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	internal set;
 }
Visual Basic
Public Property Input As String
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Friend Set

See Also