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