List<IJsonAnnotationModel> Annotations { get; set; }Property Annotations As List(Of IJsonAnnotationModel)
Get
Setproperty List<IJsonAnnotationModel^>^ Annotations {
List<IJsonAnnotationModel^>^ get ();
void set (List<IJsonAnnotationModel^>^ value);
}abstract Annotations : List<IJsonAnnotationModel> with get, set