IsContributingChangedEventArgs.IsContributing Property
Gets the new value of is contributing flag for the source endpoint.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsContributing As Boolean
Get
'Usage
Dim instance As IsContributingChangedEventArgs
Dim value As Boolean
value = instance.IsContributing
public bool IsContributing { get; }
Property Value
Type: System.Boolean
See Also
Reference
IsContributingChangedEventArgs Class