FlattenMappingDataIsSelected Property |
Gets a flag indicating if the current mapping is selected for the creation of new tabular columns.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isSelected")]
public bool IsSelected { get; set; }
<DataMemberAttribute(Name := "isSelected")>
Public Property IsSelected As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSelected")]
property bool IsSelected {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSelected")>]
member IsSelected : bool with get, set
Property Value
Type:
BooleanSee Also