PropertyAttributes Enumeration
.NET Framework 2.0
NOTE: This enumeration is now obsolete.
Specifies the attributes of a property.This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.DataAssembly: System.Data (in system.data.dll)
'Declaration <FlagsAttribute> _ <ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Enumeration PropertyAttributes 'Usage Dim instance As PropertyAttributes
/** @attribute FlagsAttribute() */
/** @attribute ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") */
public enum PropertyAttributes
FlagsAttribute ObsoleteAttribute("PropertyAttributes has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202") public enum PropertyAttributes
| Member name | Description | |
|---|---|---|
![]() | NotSupported | The property is not supported by the provider. |
![]() | Optional | The user does not need to specify a value for this property before the data source is initialized. |
![]() | Read | The user can read the property. |
![]() | Required | The user must specify a value for this property before the data source is initialized. |
![]() | Write | The user can write to the property. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show:
