ConnectorElementIsSelected Property |
Gets or sets a value indicating whether this instance is selected.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsSelected { get; set; }Public Property IsSelected As Boolean
Get
Set
public:
property bool IsSelected {
bool get ();
void set (bool value);
}member IsSelected : bool with get, set
Property Value
Type:
Boolean if this instance is selected; otherwise,
.
See Also