Skip to main content

CustomCreateUserEventArgs.ObjectSpace Property

Gets an Object Space used to create a user persistent object.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v25.2.dll

NuGet Package: DevExpress.ExpressApp.Security

Declaration

public IObjectSpace ObjectSpace { get; }

Property Value

Type Description
IObjectSpace

An IObjectSpace Object Space used to create a user persistent object.

See Also