InternetHeaderType.HeaderName Property
The HeaderName property gets or sets a string value that contains the name of the header.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property HeaderName As String
Get
Set
'Usage
Dim instance As InternetHeaderType
Dim value As String
value = instance.HeaderName
instance.HeaderName = value
public string HeaderName { get; set; }
Property Value
Type: System.String
The HeaderName property returns a string value that contains the name of the header.
See Also