ContentDisposition.Type Property

Independentsoft MSG .NET

ContentDisposition Type Property MSG .NET Class Library
Gets or sets the type.

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public ContentDispositionType Type { get; set; }
public ContentDispositionType Type { get; set; }
Public Property Type As ContentDispositionType 
	Get 
	Set
Public Property Type As ContentDispositionType 
	Get 
	Set
Dim instance As ContentDisposition 
Dim value As ContentDispositionType 

value = instance.Type

instance.Type = value
Dim instance As ContentDisposition 
Dim value As ContentDispositionType 

value = instance.Type

instance.Type = value
/** @property */
public ContentDispositionType get_Type()
/** @property */
public void set_Type(ContentDispositionType value)
/** @property */
public ContentDispositionType get_Type()
/** @property */
public void set_Type(ContentDispositionType value)
function get Type () : ContentDispositionType 
function set Type (value : ContentDispositionType)
function get Type () : ContentDispositionType 
function set Type (value : ContentDispositionType)
function get_Type();
function set_Type(value);
function get_Type();
function set_Type(value);

Property Value

Type: ContentDispositionType
The type.
See Also