Back to product page

Value property


Holds value of the header.

Type

String

Syntax

  • Basic
object.Value [= value]
The Value(object,value) syntax has these parts:
objectAn expression evaluating to an object of type WebHeader
valueA String value.

Remarks

All headers that are sent or received from a server have two parts: Name and Value. Name refers to the content type of the header information, and Value holds data for the header.

Platforms

Windows