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