Attachment.DataObjectStorage Property

Independentsoft MSG .NET

Attachment DataObjectStorage Property MSG .NET Class Library
Gets or sets the data object storage.

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

Syntax

public Storage DataObjectStorage { get; set; }
public Storage DataObjectStorage { get; set; }
Public Property DataObjectStorage As Storage 
	Get 
	Set
Public Property DataObjectStorage As Storage 
	Get 
	Set
Dim instance As Attachment 
Dim value As Storage 

value = instance.DataObjectStorage

instance.DataObjectStorage = value
Dim instance As Attachment 
Dim value As Storage 

value = instance.DataObjectStorage

instance.DataObjectStorage = value
/** @property */
public Storage get_DataObjectStorage()
/** @property */
public void set_DataObjectStorage(Storage value)
/** @property */
public Storage get_DataObjectStorage()
/** @property */
public void set_DataObjectStorage(Storage value)
function get DataObjectStorage () : Storage 
function set DataObjectStorage (value : Storage)
function get DataObjectStorage () : Storage 
function set DataObjectStorage (value : Storage)
function get_DataObjectStorage();
function set_DataObjectStorage(value);
function get_DataObjectStorage();
function set_DataObjectStorage(value);

Property Value

Type: Storage
The data object storage.
See Also