HttpHeaderV1.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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