Skip to main content
.NET 6.0+

SecuritySystemUserBase.Oid Property

Specifies the user’s identifier.

Namespace: DevExpress.ExpressApp.Security.Strategy

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