PrintTicketParameterInitializer.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the print parameter.
public:
property PrintTicketValue ^ Value { PrintTicketValue ^ get(); void set(PrintTicketValue ^ value); };
PrintTicketValue Value();
void Value(PrintTicketValue value);
public PrintTicketValue Value { get; set; }
var printTicketValue = printTicketParameterInitializer.value;
printTicketParameterInitializer.value = printTicketValue;
Public Property Value As PrintTicketValue
Property Value
The value.