Key Property

Languages.Events

Language

IWord..::..Key Property

The key of the [Word]

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

Syntax


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