ResolvedDiagnosticEvent.DataQueryShortDescriptionFormatString Property

Gets the short description format string that is associated with the data query for this DiagnosticEvent, as described in the collection plan.

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

Syntax

'Declaration
Public ReadOnly Property DataQueryShortDescriptionFormatString As String
    Get
public string DataQueryShortDescriptionFormatString { get; }
public:
property String^ DataQueryShortDescriptionFormatString {
    String^ get ();
}
member DataQueryShortDescriptionFormatString : string
function get DataQueryShortDescriptionFormatString () : String

Property Value

Type: System.String

Remarks

If DataQueryType is not DataQuery, an empty string is returned.

.NET Framework Security

See Also

Reference

ResolvedDiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace