| WebFormCallTimeout Property  | 
Gets or sets the timeout (in milliseconds).  The default is 30000 milliseconds (or 30 seconds).
 
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual int Timeout { get; set; }Public Overridable Property Timeout As Integer
	Get
	Set
public:
virtual property int Timeout {
	int get ();
	void set (int value);
}Property Value
Type: 
Int32
See Also