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

FriendlyKeyPropertyAttribute(String) Constructor

Initializes a new instance of the FriendlyKeyPropertyAttribute class with the specified FriendlyKeyPropertyAttribute.MemberName property.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public FriendlyKeyPropertyAttribute(
    string memberName
)

Parameters

Name Type Description
memberName String

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

See Also