[XmlAttributeAttribute]
public bool isMarkerVisible { get; set; }
<XmlAttributeAttribute>
Public Property isMarkerVisible As Boolean
Get
Set
public:
[XmlAttributeAttribute]
property bool isMarkerVisible {
bool get ();
void set (bool value);
}
[<XmlAttributeAttribute>]
member isMarkerVisible : bool with get, set