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