ResolvedDiagnosticEvent.DataQueryLongDescriptionFormatString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the long description format string associated with the data query for this DiagnosticEvent as described in the collection plan. If DataQueryType is not DataQuery an empty string is returned.
public:
property System::String ^ DataQueryLongDescriptionFormatString { System::String ^ get(); };
public:
property Platform::String ^ DataQueryLongDescriptionFormatString { Platform::String ^ get(); };
public string DataQueryLongDescriptionFormatString { get; }
member this.DataQueryLongDescriptionFormatString : string
Public ReadOnly Property DataQueryLongDescriptionFormatString As String