VeriStand .NET API Reference

Table of Contents

DAQSectionType.SetEnumProperty Method (String, String)

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

Parameters

propertyName
Type: System.String
Name of Property
enumString
Type: System.String
Value of enum as a string

See Also

Log in to get a better experience