Skip to main content

ReflectionMemberInfo.Name Property

Gets the member’s name.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override string Name { get; }

Property Value

Type Description
String

A String value which specifies the member’s name.

See Also