FlowConfigurationRequestedEventArgs.Flow Property
Gets the flow.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Flow As MediaFlow
Get
'Usage
Dim instance As FlowConfigurationRequestedEventArgs
Dim value As MediaFlow
value = instance.Flow
public MediaFlow Flow { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
See Also
Reference
FlowConfigurationRequestedEventArgs Class