| TopologyBusName Property |
[This is preliminary documentation and is subject to change.]
Set the active branch to one containing this bus, return index or 0 if not found
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string BusName { get; set; }
Public Property BusName As String
Get
Set
public:
property String^ BusName {
String^ get ();
void set (String^ value);
}
member BusName : string with get, set
function get_BusName();
function set_BusName(value);
Property Value
Type:
StringSee Also