Share via


BasicPropertyAttribute.Yes Field

Specifies that the property is considered "basic".

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

Syntax

'Declaration
Public Shared ReadOnly Yes As BasicPropertyAttribute
'Usage
Dim value As BasicPropertyAttribute 

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

Remarks

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

.NET Framework Security

See Also

Reference

BasicPropertyAttribute Class

BasicPropertyAttribute Members

Microsoft.VisualStudio.Data Namespace

IsBasicProperty