| FusesNormalState Property |
[This is preliminary documentation and is subject to change.]
Array of strings indicating the normal state of each phase of the fuse.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public string[] NormalState { get; set; }
Public Property NormalState As String()
Get
Set
public:
property array<String^>^ NormalState {
array<String^>^ get ();
void set (array<String^>^ value);
}
member NormalState : string[] with get, set
function get_NormalState();
function set_NormalState(value);
Property Value
Type:
StringSee Also