System.Reflection.PropertyAttributes Enum

public enum PropertyAttributes

Base Types

Object
  ValueType
    Enum
      PropertyAttributes

Assembly

mscorlib

Library

Reflection

Summary

Defines the attributes that can be associated with a property.

Description

This enumeration is used by the System.Reflection.PropertyInfo.Attributes property.

Attributes

FlagsAttribute

See Also

System.Reflection Namespace

Members

PropertyAttributes Fields

PropertyAttributes.HasDefault Field
PropertyAttributes.None Field
PropertyAttributes.SpecialName Field
PropertyAttributes.value__ Field


PropertyAttributes.HasDefault Field

HasDefault = 0x1000;

Summary

Specifies that the property has a default value.

See Also

System.Reflection.PropertyAttributes Enum, System.Reflection Namespace

PropertyAttributes.None Field

None = 0x0;

Summary

Specifies that no attributes are associated with a property.

See Also

System.Reflection.PropertyAttributes Enum, System.Reflection Namespace

PropertyAttributes.SpecialName Field

SpecialName = 0x200;

Summary

Specifies that the property is treated in a special way by some tools.

[Note: For more information on special names, see Partition I of the CLI Specification.

For more information on SpecialName in metadata, see Partition II of the CLI Specification.

]

See Also

System.Reflection.PropertyAttributes Enum, System.Reflection Namespace

PropertyAttributes.value__ Field

value__;

See Also

System.Reflection.PropertyAttributes Enum, System.Reflection Namespace