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.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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.

See Also