FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

wfFormWidget..::..FormWidgetInputs Property

Gets or sets the form widget inputs.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public List<wfFormWidgetInput> FormWidgetInputs { get; set; }
Public Property FormWidgetInputs As List(Of wfFormWidgetInput)
	Get
	Set
public:
property List<wfFormWidgetInput^>^ FormWidgetInputs {
	List<wfFormWidgetInput^>^ get ();
	void set (List<wfFormWidgetInput^>^ value);
}

Field Value

The form widget inputs.