Gets an indicator whether annotations already exist.
'Declaration
Public ReadOnly Property AnnotationsExisted As System.Boolean
'Usage
Dim instance As PersistentStore
Dim value As System.Boolean
value = instance.AnnotationsExisted
public System.bool AnnotationsExisted {get;}
public read-only property AnnotationsExisted: System.Boolean;
public function get AnnotationsExisted : System.boolean
public: __property System.bool get_AnnotationsExisted();
public:
property System.bool AnnotationsExisted {
System.bool get();
}
Property Value
A boolean value which is
True if annotations already exist. Otherwise,
False is returned.