Application.UnansweredVariablesList Property

This property is a collection of variable names, and corresponds to Application.MarkedVariables in the COM API. Variables in this collection are marked in the interview by Application.GetInterview for the user as needing special attention. During assembly, the collection is automatically defined as the unanswered variables referenced during assembly (e.g. during the call to Application.AssembleDocument). However, this property may also be set explicitly by the host application. The collection is provided as a collection of variable names.

Syntax

public System.Collections.Generic.IEnumerable<string> UnansweredVariablesList { get;  set; }