Share via


BasicPropertyAttribute.No Field

Specifies that the property is not "basic".

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

Syntax

'Declaration
Public Shared ReadOnly No As BasicPropertyAttribute
public static readonly BasicPropertyAttribute No
public:
static initonly BasicPropertyAttribute^ No
static val No: BasicPropertyAttribute
public static final var No : BasicPropertyAttribute

Remarks

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

.NET Framework Security

See Also

Reference

BasicPropertyAttribute Class

Microsoft.VisualStudio.Data Namespace

IsBasicProperty