PrintSupportIppCommunicationTimeouts.SendTimeout 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.
public:
property TimeSpan SendTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan SendTimeout();
void SendTimeout(TimeSpan value);
public System.TimeSpan SendTimeout { get; set; }
var timeSpan = printSupportIppCommunicationTimeouts.sendTimeout;
printSupportIppCommunicationTimeouts.sendTimeout = timeSpan;
Public Property SendTimeout As TimeSpan