ResolvedDiagnosticEvent.DataQueryType Property

Gets the DiagnosticEventDataQueryType that is used to record this DiagnosticEvent.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property DataQueryType As DiagnosticEventDataQueryType
public DiagnosticEventDataQueryType DataQueryType { get; }
public:
property DiagnosticEventDataQueryType DataQueryType {
    DiagnosticEventDataQueryType get ();
}
member DataQueryType : DiagnosticEventDataQueryType with get
function get DataQueryType () : DiagnosticEventDataQueryType

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.DiagnosticEventDataQueryType

.NET Framework Security

See Also

Reference

ResolvedDiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace