Gets or sets the IChannelDefinition associated with this ChannelValueBase<(Of <(<'T>)>)>.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public virtual T Definition { get; set; }
Public Overridable Property Definition As T Get Set
public: virtual property T Definition { T get (); void set (T value); }