Gets or sets a unique identifier for the category this window is grouped within when displayed to the user in the "Pages" dialog.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public string CategoryId { get; set; }
Visual Basic
Public Property CategoryId As String
	Get
	Set

Remarks

This value is not displayed, it should not be translated.

See Also