public bool Localizable { get; set; }
Public Property Localizable As Boolean
Get
Set
public:
virtual property bool Localizable {
bool get () sealed;
void set (bool value) sealed;
}
abstract Localizable : bool with get, set
override Localizable : bool with get, set