Share via


Channel.IsContributing property

Returns true if the channel is contributing to the conversation.

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

See also

Reference

Channel class

Channel members

Microsoft.Lync.Model.Conversation.AudioVideo namespace