'Declaration Public Property Enabled As Nullable(Of Boolean)
public Nullable<bool> Enabled {get; set;}
Property Value
true
if shared data source support is enabled; otherwise, false
.'Declaration Public Property Enabled As Nullable(Of Boolean)
public Nullable<bool> Enabled {get; set;}
true
if shared data source support is enabled; otherwise, false
.