Value Property

Languages.Events

Language

IWord..::..Value Property

The value of the [Word]

Namespace:  Languages.Interfaces
Assembly:  Languages (in Languages.dll)

Syntax


string Value { get; set; }
Property Value As String
	Get
	Set
property String^ Value {
	String^ get ();
	void set (String^ value);
}