Gets the type of the annotation supported by this factory.
Namespace: FirstFloor.Documents.Annotations.StorageAssembly: 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:
virtual property XName^ AnnotationType {
XName^ get () sealed;
private: void set (XName^ value) sealed;
} |
Field Value
The type of the annotation.
Implements
IAnnotationFactory..::..AnnotationType
See Also