DAQChannel.GetStringProperty Method
- 更新时间2023-02-21
- 阅读时长2分钟
Gets the value of a property of type string specified by propertyName.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub GetStringProperty ( _ propertyName As String, _ <OutAttribute> ByRef value As String _ ) |
| C# |
|---|
public void GetStringProperty( string propertyName, out string value ) |
| Visual C++ |
|---|
public: void GetStringProperty( String^ propertyName, [OutAttribute] String^% value ) |
Parameters
- propertyName
- Type: System.String
The name of the property.
- value
- Type:
System.String
%
The value of the property.
Remarks
To find valid propertyName values, refer to the list of DAQ channel properties.
This method throws an exception if the propertyName does not exist in the plug-in XML file that defines the measurement type of the channel.