Gets or sets the publication's author.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also