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
public override sealed string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () override sealed;
    void set (String^ value) override sealed;
}
/** @property */
public final String get_Value ()

/** @property */
public final void set_Value (String value)
public override final function get Value () : String

public override final function set Value (value : String)

Property Value

The Value returns 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003