Click or drag to resize

AppIdentityIdentityIfPresent Property

Contains the currently logged-in user's identity - or null, if the user is not logged in. Use in error reporting situations to aviod triggering more errors

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static AppIdentity IdentityIfPresent { get; }

Property Value

Type: AppIdentity
See Also