ColumnConfigAnnotation.Selected Property

Gets or sets whether 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
    Get
    Set
'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);
}
function get Selected () : boolean
function set Selected (value : boolean)
member Selected : bool with get, set

Property Value

Type: System.Boolean
Returns True if an annotation has been selected; otherwise, False.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace