Gets the IChannelDefinition associated with this IChannelValue<(Of <(<'T>)>)>.
Declaration Syntax
C# | Visual Basic | Visual C++ |
T Definition { get; set; }
Property Definition As T Get Set
property T Definition { T get (); void set (T value); }