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

XPMemberInfo.IsStruct Property

Gets whether the member represents a data structure.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public virtual bool IsStruct { get; }

Property Value

Type Description
Boolean

true if the member represents a data structure; otherwise, false.

Remarks

As implemented in the XPMemberInfo class the IsStruct property always returns false.

See Also