| MonitorsElement Property |
[This is preliminary documentation and is subject to change.]
Full object name of element being monitored.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string Element { get; set; }
Public Property Element As String
Get
Set
public:
property String^ Element {
String^ get ();
void set (String^ value);
}
member Element : string with get, set
function get_Element();
function set_Element(value);
Property Value
Type:
StringSee Also