SystemDefinitionChannelResource Class
- Updated2023-02-21
- 2 minute(s) read
Represents a data resource mapped to a system definition channel.
Namespace:
NationalInstruments.VeriStand.DataAssembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class SystemDefinitionChannelResource _ Inherits DataResource |
C# |
---|
[SerializableAttribute] public class SystemDefinitionChannelResource : DataResource |
Visual C++ |
---|
[SerializableAttribute] public ref class SystemDefinitionChannelResource : public DataResource |
Remarks
Use this class to map a data resource to a system definition channel.
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.SystemDefinitionChannelResource
NationalInstruments.VeriStand.Data.DataResource
NationalInstruments.VeriStand.Data.SystemDefinitionChannelResource
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.