Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecuritySystemUserBase.Oid Property

Specifies the user’s identifier.

Namespace: DevExpress.ExpressApp.Security.Strategy

Assembly: DevExpress.ExpressApp.Security.Xpo.v21.1.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