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