Version

RequestedInformation Property

Specifies the information that's to be queried.
Syntax
'Declaration
 
Public Property RequestedInformation As ActivityQueryRequestedDataFlags
public ActivityQueryRequestedDataFlags RequestedInformation {get; set;}
Remarks

RequestedInformation property specifies what information to retrieve when the query is performed. ActivityQueryRequestedDataFlags enum is a flagged enum and therefore you can specify multiple pieces of information to be retrieved.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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