Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public List<GoogleMapsMarker> Markers { get; }
Visual Basic
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> 
Public ReadOnly Property Markers As List(Of GoogleMapsMarker)
	Get
Visual C++
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property List<GoogleMapsMarker^>^ Markers {
	List<GoogleMapsMarker^>^ get ();
}
F#
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Markers : List<GoogleMapsMarker> with get

Property Value

Type: List<(Of <(<'GoogleMapsMarker>)>)>

See Also