Gets the collection of zero or more author strings that identify who created the Annotation.

Namespace: FirstFloor.Documents.Annotations
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public ObservableCollection<string> Authors { get; private set; }
Visual Basic
Public Property Authors As ObservableCollection(Of String)
	Get
	Private Set
Visual C++
public:
property ObservableCollection<String^>^ Authors {
	ObservableCollection<String^>^ get ();
	private: void set (ObservableCollection<String^>^ value);
}

Field Value

The authors.

See Also