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
'Usage
Dim value As BasicPropertyAttribute
value = BasicPropertyAttribute.No
public static readonly BasicPropertyAttribute No
public:
static initonly BasicPropertyAttribute^ No
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
- 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