ConnectorElementDataIsSelected Property |
Gets or sets a value indicating whether this instance is selected.
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", EmitDefaultValue = false)]
public bool IsSelected { get; set; }
<DataMemberAttribute(Name := "isSelected", EmitDefaultValue := false)>
Public Property IsSelected As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSelected", EmitDefaultValue = false)]
property bool IsSelected {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSelected", EmitDefaultValue = false)>]
member IsSelected : bool with get, set
Property Value
Type:
Boolean if this instance is selected; otherwise,
.
See Also