ResolvedDiagnosticEvent.CategoryId 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 category id associated with this DiagnosticEvent as described in the collection plan. Returns an empty string if no category id is found.
public:
property System::String ^ CategoryId { System::String ^ get(); };
public:
property Platform::String ^ CategoryId { Platform::String ^ get(); };
public string CategoryId { get; }
member this.CategoryId : string
Public ReadOnly Property CategoryId As String