Share via


BasicPropertyAttribute Constructor

Class constructor. Initializes a new instance of the BasicPropertyAttribute class with a Boolean indication of whether the instance is "basic."

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

Syntax

'Declaration
Public Sub New ( _
    isBasicProperty As Boolean _
)
public BasicPropertyAttribute(
    bool isBasicProperty
)
public:
BasicPropertyAttribute(
    bool isBasicProperty
)
new : 
        isBasicProperty:bool -> BasicPropertyAttribute
public function BasicPropertyAttribute(
    isBasicProperty : boolean
)

Parameters

  • isBasicProperty
    Type: System.Boolean
    Boolean value specifying whether the specified property is "basic."

Remarks

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

To consider a property as "basic", set the attribute value to true, otherwise set the attribute value to false.

.NET Framework Security

See Also

Reference

BasicPropertyAttribute Class

Microsoft.VisualStudio.Data Namespace

IsBasicProperty