Channel.IsContributing Property
Returns true if this channel is contributing (sending media).
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsContributing As Boolean
Get
'Usage
Dim instance As Channel
Dim value As Boolean
value = instance.IsContributing
public bool IsContributing { get; }
Property Value
Type: System.Boolean