Gets or sets a displayable name for the category this window is grouped within.

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 CategoryName { get; set; }
Visual Basic
Public Property CategoryName As String
	Get
	Set

Remarks

This will be displayed to the user when they view the "Pages" dialog in the Interaction Client.

See Also