Udostępnij za pośrednictwem


ColumnConfigAnnotation.Selected Property

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

See Also

Reference

ColumnConfigAnnotation Class

ColumnConfigAnnotation Members

Microsoft.Data.Schema.DataGenerator Namespace