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

ReflectionClassInfo.FullName Property

Gets the full name of a class.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v20.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