Share via


HttpHeaderV1.Value Property

Definition

Represents the value associated with the HTTP header. This property holds the string value assigned to the header.

[YamlDotNet.Serialization.YamlMember(Alias="value")]
public string Value { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="value")>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to