Activity.GetChannelData<TypeT> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the channel data for this activity as a strongly-typed object.
public TypeT GetChannelData<TypeT> ();
abstract member GetChannelData : unit -> 'ypeT
override this.GetChannelData : unit -> 'ypeT
Public Function GetChannelData(Of TypeT) () As TypeT
Type Parameters
- TypeT
The type of the object to return.
Returns
TypeT
The strongly-typed object; or the type's default value, if the ChannelData is null.