Edit

Share via


ChatHistoryQueryOptions.Authors Property

Definition

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.

public:
 property System::Collections::Generic::ICollection<Uri ^> ^ Authors { System::Collections::Generic::ICollection<Uri ^> ^ get(); void set(System::Collections::Generic::ICollection<Uri ^> ^ value); };
public System.Collections.Generic.ICollection<Uri> Authors { get; set; }
member this.Authors : System.Collections.Generic.ICollection<Uri> with get, set
Public Property Authors As ICollection(Of Uri)

Property Value

The authors.

Applies to