Share via


ContentTypeHeader.Value Property

The Value property gets or sets the value of the Content-Type header represented by this ContentTypeHeader 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 ContentTypeHeader
Dim value As String

value = instance.Value

instance.Value = value
public override sealed string Value { get; set; }

Property Value

Type: System.String
The Value property returns a string that contains the value of the Content-Type header represented by this ContentTypeHeader object.

Remarks

You cannot set a parameter by using the Value property.