Back to Devexpress

CustomCreateUserEventArgs.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-security-dot-customcreateusereventargs.md

latest1.3 KB
Original Source

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

csharp
public IObjectSpace ObjectSpace { get; }
vb
Public ReadOnly Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
IObjectSpace

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

|

See Also

CustomCreateUserEventArgs Class

CustomCreateUserEventArgs Members

DevExpress.ExpressApp.Security Namespace