ReportBase.QueryClass property

The class name for the reporting query.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property QueryClass As String
    Get
'Usage
Dim instance As ReportBase
Dim value As String

value = instance.QueryClass
public abstract string QueryClass { get; }

Property value

Type: System.String
Returns String.

See also

Reference

ReportBase class

ReportBase members

Microsoft.Office.RecordsManagement.Reporting namespace