public bool ShowLoadingIcon { get; set; }
Public Property ShowLoadingIcon As Boolean Get Set
public: property bool ShowLoadingIcon { bool get (); void set (bool value); }
member ShowLoadingIcon : bool with get, set
/** @property */ public boolean get_ShowLoadingIcon() /** @property */ public void set_ShowLoadingIcon(boolean value)
function get_ShowLoadingIcon(); function set_ShowLoadingIcon(value);