Skip to content

LoginResult.CloudActive property

Wether the user is currently working online (true) or offline (false). If user is offline, his/her database data should be considered stale.

public bool CloudActive { get; set; }

See Also