Skip to main content
.NET 6.0+

NotClonedInfoAttribute.MemberName Property

Specifies the business class’ string property which can hold the property values that were not cloned.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

public string MemberName { get; }

Property Value

Type Description
String

A string holding the name of the business class’ string property which can hold the property values that were not cloned.

See Also