Jaa


PrintSupportIppCommunicationConfiguration.CanModifyTimeouts Property

Definition

Gets a boolean value that indicates if the timeout intervals for IPP communications can be modified.

public:
 property bool CanModifyTimeouts { bool get(); };
bool CanModifyTimeouts();
public bool CanModifyTimeouts { get; }
var boolean = printSupportIppCommunicationConfiguration.canModifyTimeouts;
Public ReadOnly Property CanModifyTimeouts As Boolean

Property Value

Boolean

bool

True if the timeout intervals can be modified; otherwise, false.

Remarks

This property will be false when CommunicationKind is PrinterConnection.

Applies to