System.Reflection.PropertyAttributes

E697559

System.Reflection.PropertyAttributes is an enumeration in .NET that defines flags specifying the attributes and metadata characteristics of properties, such as visibility and special behavior.

Try in SPARQL Jump to: Statements Referenced by

Statements (35)

Predicate Object
instanceOf .NET enum
enumeration
assembly System.Runtime NERFINISHED
mscorlib NERFINISHED
CLSCompliant true
definedIn .NET 5+
.NET Core NERFINISHED
.NET Framework NERFINISHED
documentationUrl https://learn.microsoft.com/dotnet/api/system.reflection.propertyattributes
hasAttribute System.FlagsAttribute NERFINISHED
hasValue HasDefault
None
RTSpecialName
Reserved2
Reserved3
Reserved4
ReservedMask
SpecialName
isBitField true
isSerializable true
memberOf System.Reflection API NERFINISHED
namespace System.Reflection NERFINISHED
retrievedVia System.Reflection.PropertyInfo.Attributes NERFINISHED
underlyingType System.Int32 NERFINISHED
usedFor describing metadata characteristics of properties
specifying property visibility flags
specifying special behavior of properties
valueOf_HasDefault 4096
valueOf_None 0
valueOf_Reserved2 8192
valueOf_Reserved3 16384
valueOf_Reserved4 32768
valueOf_ReservedMask 62464
valueOf_RTSpecialName 1024
valueOf_SpecialName 512

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.Reflection containsType System.Reflection.PropertyAttributes