Touchstone Re 2023 API Reference
Author Property (ActivityFilter)


Air.Services.Proxy Assembly > AIR.Services.ActivityManagement.Data Namespace > ActivityFilter Class : Author Property
(Optional) Contains the author by which you want to filter Activities.
Syntax
Public Property Author As String
Dim instance As ActivityFilter
Dim value As String
 
instance.Author = value
 
value = instance.Author
public string Author {get; set;}
Remarks
You can only filter by author for Activities for which you (i.e., the current user) are the author. The submitter of the request and the author by which you choose to filter Activities must match.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActivityFilter Class
ActivityFilter Members