Gets the fully qualified annotation type.

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

Syntax

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

Field Value

The type of the annotation.

See Also