[DefaultValueAttribute(true)] public virtual bool AllowBack { get; set; }
<DefaultValueAttribute(true)> Public Overridable Property AllowBack As Boolean Get Set
public: [DefaultValueAttribute(true)] virtual property bool AllowBack { bool get (); void set (bool value); }
© 2018 GitHub Community. All rights reserved.