Gets the type of the annotation supported by this factory.

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

Syntax

C#
XName AnnotationType { get; }
Visual Basic
ReadOnly Property AnnotationType As XName
	Get
Visual C++
property XName^ AnnotationType {
	XName^ get ();
}

Field Value

The type of the annotation.

See Also