Share via


ColumnConfigAnnotation.Selected Property

Returns a value that indicates whether the column is selected.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Selected As Boolean
public bool Selected { get; set; }
public:
property bool Selected {
    bool get ();
    void set (bool value);
}
member Selected : bool with get, set
function get Selected () : boolean
function set Selected (value : boolean)

Property Value

Type: System.Boolean
true if the column is selected; otherwise, false.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace