Get value of a property of type Boolean specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.
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 Sub GetBooleanProperty ( _
propertyName As String, _
<OutAttribute> ByRef value As Boolean _
) |
| C# |
|---|
public void GetBooleanProperty(
string propertyName,
out bool value
) |