Skip to main content

ReflectionClassInfo.FullName Property

Gets the full name of a class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override string FullName { get; }

Property Value

Type Description
String

A String value which specifies the full name of the class.

See Also