Specifies that the property is not "basic".
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Shared ReadOnly No As BasicPropertyAttribute
'使用
Dim value As BasicPropertyAttribute
value = BasicPropertyAttribute.No
public static readonly BasicPropertyAttribute No
public:
static initonly BasicPropertyAttribute^ No
public static final var No : BasicPropertyAttribute
Field Value
Type: Microsoft.VisualStudio.Data.BasicPropertyAttribute
Remarks
Properties that are "basic" are those most commonly used and are typically needed to establish a connection.
Permissions
- 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.
See Also
Reference
BasicPropertyAttribute Members