Message.JournalTypeDescription Property

Independentsoft MSG .NET

Message JournalTypeDescription Property MSG .NET Class Library
Contains the type description of the journal item.

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

Syntax

public string JournalTypeDescription { get; set; }
public string JournalTypeDescription { get; set; }
Public Property JournalTypeDescription As String 
	Get 
	Set
Public Property JournalTypeDescription As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.JournalTypeDescription

instance.JournalTypeDescription = value
Dim instance As Message 
Dim value As String 

value = instance.JournalTypeDescription

instance.JournalTypeDescription = value
/** @property */
public String get_JournalTypeDescription()
/** @property */
public void set_JournalTypeDescription(String value)
/** @property */
public String get_JournalTypeDescription()
/** @property */
public void set_JournalTypeDescription(String value)
function get JournalTypeDescription () : String 
function set JournalTypeDescription (value : String)
function get JournalTypeDescription () : String 
function set JournalTypeDescription (value : String)
function get_JournalTypeDescription();
function set_JournalTypeDescription(value);
function get_JournalTypeDescription();
function set_JournalTypeDescription(value);

Property Value

Type: OnlineString
The journal type description.
See Also