Gets or sets a collection of SIP URI's of users to match. If non-null, only messages from users having one of the specified SIP URI's will be returned.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Authors As ICollection( Of Uri) Get Set |
Visual Basic (Usage) |
---|
Dim instance As ChatHistoryQueryOptions Dim value As ICollection( Of Uri) value = instance. Authors instance. Authors = value |
C# |
---|
public ICollection< Uri> Authors { get; set; } |
Property Value
Type: System.Collections.Generic . . :: . . ICollection < (Of < ( <' Uri > ) > ) >The authors.