SplitKeyValuePair(Of TKey, TValue).Key Property

 

Gets or sets the key of the KeyValuePair.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

<DefaultValueAttribute(Nothing)>
Public Property Key As OutArgument(Of TKey)

Property Value

Type: System.Activities.OutArgument(Of TKey)

Returns the key of the KeyValuePair.

Return to top
Show: