BasicPropertyAttribute.Yes Field
Specifies that the property is considered "basic".
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Shared ReadOnly Yes As BasicPropertyAttribute
public static readonly BasicPropertyAttribute Yes
public:
static initonly BasicPropertyAttribute^ Yes
static val Yes: BasicPropertyAttribute
public static final var Yes : BasicPropertyAttribute
Remarks
Properties that are "basic" are those most commonly used, and which 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.