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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.