PropertyAttributes Enum

Definition

Caution

PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Specifies the attributes of a property.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum PropertyAttributes
[System.Flags]
[System.Obsolete("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
public enum PropertyAttributes
Inheritance
PropertyAttributes
Attributes

Fields

Name Value Description
NotSupported 0

The property is not supported by the provider.

Required 1

The user must specify a value for this property before the data source is initialized.

Optional 2

The user does not need to specify a value for this property before the data source is initialized.

Read 512

The user can read the property.

Write 1024

The user can write to the property.

Applies to

Product Versions (Obsolete)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)