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