DAQWaveform.GetU32Property Method
- Updated2023-02-21
- 2 minute(s) read
Get value of a property of type U32 specified by propertyName. Throws exception if property of this type does not exist in the Plugin XML.
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 GetU32Property ( _ propertyName As String, _ <OutAttribute> ByRef value As UInteger _ ) |
| C# |
|---|
public void GetU32Property( string propertyName, out uint value ) |
| Visual C++ |
|---|
public: void GetU32Property( String^ propertyName, [OutAttribute] unsigned int% value ) |
Parameters
- propertyName
- Type: System.String
Name of Property
- value
- Type:
System.UInt32
%
Value of property