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

ReflectionPropertyInfo.IsPublic Property

Gets whether the property is declared as public.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public override bool IsPublic { get; }

Property Value

Type Description
Boolean

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

See Also