Gets or sets reference to the IChannelValue<(Of <(<'T>)>)> that this measurement derives its values from.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IChannelValue<T> Parent { get; set; }
Public Property Parent As IChannelValue(Of T) Get Set
public: property IChannelValue<T>^ Parent { IChannelValue<T>^ get (); void set (IChannelValue<T>^ value); }