Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the property that indicates if an annotation has been selected.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Selected As Boolean
'Usage
Dim instance As ColumnConfigAnnotation
Dim value As Boolean
value = instance.Selected
instance.Selected = value
public bool Selected { get; set; }
public:
property bool Selected {
bool get ();
void set (bool value);
}
public function get Selected () : boolean
public function set Selected (value : boolean)
Property Value
Type: System.Boolean
.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.