StreamStateChangedEventArgs.Channel Property
Gets the channel object.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property Channel As Channel
Get
'Usage
Dim instance As StreamStateChangedEventArgs
Dim value As Channel
value = instance.Channel
public Channel Channel { get; }
Property Value
Type: Microsoft.Lync.Model.Conversation.AudioVideo.Channel
See Also
Reference
StreamStateChangedEventArgs Class