Full author's name;

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
string Author { get; set; }
Visual Basic
Property Author As String
	Get
	Set
Visual C++
property String^ Author {
	String^ get ();
	void set (String^ value);
}
F#
abstract Author : string with get, set

Property Value

Type: String

See Also