public bool TransmissionLineJunction { get; set; }
Public Property TransmissionLineJunction As Boolean
Get
Set
public:
property bool TransmissionLineJunction {
bool get ();
void set (bool value);
}
member TransmissionLineJunction : bool with get, set