Few words summarizing the text.

Namespace:  Cloudster.Samples.Text
Assembly:  Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Incipit { get; set; }
Visual Basic (Declaration)
Public Property Incipit As String
Visual C++
public:
property String^ Incipit {
	String^ get ();
	void set (String^ value);
}

See Also