Set value of a property of type enum specified by propertyName. Enum is specified by integer value. Throws exception if property
of this type does not exist in the Plugin XML, or if value is an invalid enumeration.
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 SetEnumProperty ( _
propertyName As String, _
value As Integer _
) |
C# |
---|
public void SetEnumProperty(
string propertyName,
int value
) |
Visual C++ |
---|
public:
void SetEnumProperty(
String^ propertyName,
int value
) |