| FusesMonitoredObj Property |
[This is preliminary documentation and is subject to change.]
Full name of the circuit element to which the fuse is connected.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string MonitoredObj { get; set; }
Public Property MonitoredObj As String
Get
Set
public:
property String^ MonitoredObj {
String^ get ();
void set (String^ value);
}
member MonitoredObj : string with get, set
function get_MonitoredObj();
function set_MonitoredObj(value);
Property Value
Type:
StringSee Also