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

XPDataObjectClassInfo.FullName Property

Gets the full name of a class.

Namespace: DevExpress.Xpo.Metadata

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