Back to product page

Value property


Holds value of the header.

Type

String.

Syntax

  • C#
  • VB.NET
String Value {get; set;};

Property Value As String

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