Programming Reference Manual
 
Syntax
 
object.Version
 
Description
HTTP version used in the request or response.
 
Part
Description
object
Evaluates to a ParentRequest object or ParentResponse Object
 

Data Type

String

Remarks

Read-only.
The format of the version string is in the format of MajorVersion.MinorVersion (for example, "1.0" or "1.1").
 
See Also