Back to Devexpress

IModelDifference.UserId Property

expressappframework-devexpress-dot-expressapp-dot-imodeldifference.md

latest1.8 KB
Original Source

IModelDifference.UserId Property

Specifies the identifier of a user who owns the current IModelDifference object.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string UserId { get; set; }
vb
Property UserId As String

Property Value

TypeDescription
String

A string which is the identifier of a user who owns the current model differences.

|

Remarks

If the Security System is enabled, the SecuritySystem.CurrentUserId value is used as the identifier. If the Security System is disabled, the System.Security.Principal.WindowsIdentity.GetCurrent().Name value is used. If this property value is empty, then the current IModelDifference object specifies the model differences layer shared by all users (administrator model differences).

See Also

Change the Application Model

IModelDifference Interface

IModelDifference Members

DevExpress.ExpressApp Namespace