Skip to main content

ReflectionFieldInfo.IsPublic Property

Indicates whether the field is public.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override bool IsPublic { get; }

Property Value

Type Description
Boolean

true if the field is declared as public; otherwise, false.

See Also