PrintTicketParameterDefinition.DataType 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 the data type of this print parameter.
public:
property PrintTicketParameterDataType DataType { PrintTicketParameterDataType get(); };
PrintTicketParameterDataType DataType();
public PrintTicketParameterDataType DataType { get; }
var printTicketParameterDataType = printTicketParameterDefinition.dataType;
Public ReadOnly Property DataType As PrintTicketParameterDataType
Property Value
The parameter data type.