PrintCustomItemListOptionDetails.State Property

Definition

Gets or sets the state of the list of custom print task option items.

public:
 property PrintOptionStates State { PrintOptionStates get(); void set(PrintOptionStates value); };
PrintOptionStates State();

void State(PrintOptionStates value);
public PrintOptionStates State { get; set; }
var printOptionStates = printCustomItemListOptionDetails.state;
printCustomItemListOptionDetails.state = printOptionStates;
Public Property State As PrintOptionStates

Property Value

The state value.

Implements

Applies to