Skip to main content
A newer version of this page is available. .

SecurityUserBase.Oid Property

Specifies the user’s identifier.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.Xpo.v18.2.dll

Declaration

[PersistentAlias("oid")]
[Browsable(false)]
public Guid Oid { get; }

Property Value

Type Description
Guid

A System.Guid object which is the user’s unique identifier.

See Also