Gets or sets a value indicating whether the channel is initially enabled or disabled.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Property InitialValue As Boolean |
C# |
---|
public bool InitialValue { get; set; } |
Visual C++ |
---|
public:
property bool InitialValue {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) to enable the channel;
false (False in Visual Basic) to disable.