Skip to main content
A newer version of this page is available. .

FriendlyKeyPropertyAttribute.MemberName Property

Indicates the persistent property which the system uses as an identifier-like property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public string MemberName { get; }

Property Value

Type Description
String

A string that represents the name of an identifier-like persistent property.

Remarks

You can change the property name, which is specified in code, via the BOModel | <Class> node’s IModelClass.FriendlyKeyProperty property in the Model Editor.

See Also