Properties.SetProperty<TKey,TPayload> Method

Definition

Enter into a mode where you can set a property for the stream.

public static Microsoft.StreamProcessing.IPropertySetter<TKey,TPayload> SetProperty<TKey,TPayload> (this Microsoft.StreamProcessing.IStreamable<TKey,TPayload> source);
static member SetProperty : Microsoft.StreamProcessing.IStreamable<'Key, 'Payload> -> Microsoft.StreamProcessing.IPropertySetter<'Key, 'Payload>
<Extension()>
Public Function SetProperty(Of TKey, TPayload) (source As IStreamable(Of TKey, TPayload)) As IPropertySetter(Of TKey, TPayload)

Type Parameters

TKey
TPayload

Parameters

Returns

Microsoft.StreamProcessing.IPropertySetter<TKey,TPayload>

Applies to