Back to Devexpress

XPClassInfo.AssemblyName Property

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-2441d141.md

latest1.3 KB
Original Source

XPClassInfo.AssemblyName Property

Gets the name of the assembly that the class is declared in.

Namespace : DevExpress.Xpo.Metadata

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public abstract string AssemblyName { get; }
vb
Public MustOverride ReadOnly Property AssemblyName As String

Property Value

TypeDescription
String

A String value which specifies the assembly name that the class is declared in.

|

See Also

FullName

GetShortAssemblyName(Assembly)

XPClassInfo Class

XPClassInfo Members

DevExpress.Xpo.Metadata Namespace