BasicPropertyAttribute.Yes Field

Specifies that the property is considered "basic".

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

Public Shared ReadOnly Yes As BasicPropertyAttribute

Dim value As BasicPropertyAttribute

value = BasicPropertyAttribute.Yes
public static readonly BasicPropertyAttribute Yes
public:
static initonly BasicPropertyAttribute^ Yes
public static final var Yes : BasicPropertyAttribute

Field Value

Type: Microsoft.VisualStudio.Data.BasicPropertyAttribute

Remarks

Properties that are "basic" are those most commonly used, and which are typically needed to establish a connection.

Permissions

See Also

Reference

BasicPropertyAttribute Class

BasicPropertyAttribute Members

Microsoft.VisualStudio.Data Namespace

IsBasicProperty