CustomDeviceBase.SetDependentFileProperty Method
- Updated2023-02-21
- 2 minute(s) read
Sets a reference to a dependent file as the value for the custom device item property specified by name.
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 Function SetDependentFileProperty ( _ name As String, _ value As DependentFile _ ) As Boolean |
C# |
---|
public bool SetDependentFileProperty( string name, DependentFile value ) |
Visual C++ |
---|
public: bool SetDependentFileProperty( String^ name, DependentFile^ value ) |
Parameters
- name
- Type: System.String
The name of the property. Property names are case-sensitive.
- value
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DependentFile
The DependentFile to set as the value of the property.