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