ContentDispositionHeader.Value Property
The Value property gets and sets the value of this ContentDispositionHeader object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property Value As String
Get
Set
'Usage
Dim instance As ContentDispositionHeader
Dim value As String
value = instance.Value
instance.Value = value
public override sealed string Value { get; set; }
Property Value
Type: System.String
The value of the Value property is a string that contains the value of this ContentDispositionHeader object. This value excludes any comments or folding whitespace, and the trailing semicolon. Header parameters remain intact when Value is assigned.