ResolvedDiagnosticEvent.CategoryId Property

Gets the category ID that is associated with this DiagnosticEvent as described in the collection plan.

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

Syntax

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

Property Value

Type: String

Remarks

Returns an empty string when no category ID is found.

.NET Framework Security

See Also

Reference

ResolvedDiagnosticEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace