'Declaration<DefaultValueAttribute(False)> Public ReadOnly Property IsSynchronized As Boolean
'UsageDim instance As ElasticVector Dim value As Boolean value = instance.IsSynchronized
[DefaultValue(false)] public bool IsSynchronized {get;}
[DefaultValue(false)] public: property bool IsSynchronized { bool get(); }