Specifies an AnnotationSet object that contains the annotations associated with this object.

Namespace:  FileNet.Api.Core
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property Annotations As IAnnotationSet
C#
IAnnotationSet Annotations { get; }
Visual C++
property IAnnotationSet^ Annotations {
	IAnnotationSet^ get ();
}
JavaScript
function get_annotations();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: ENUM
CopyToReservation: false
DataType: OBJECT
DeletionAction: CASCADE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: AnnotatedObject
RequiredClass: Annotation
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also