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