Gets the AnnotationStore used by this AnnotationService.

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

Syntax

C#
public AnnotationStore Store { get; private set; }
Visual Basic
Public Property Store As AnnotationStore
	Get
	Private Set
Visual C++
public:
property AnnotationStore^ Store {
	AnnotationStore^ get ();
	private: void set (AnnotationStore^ value);
}

Field Value

The store.

See Also