Message.LastModifierName Property

Independentsoft MSG .NET

Message LastModifierName Property MSG .NET Class Library
Contains name of the person who modified message.

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

Syntax

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

value = instance.LastModifierName

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

value = instance.LastModifierName

instance.LastModifierName = value
/** @property */
public String get_LastModifierName()
/** @property */
public void set_LastModifierName(String value)
/** @property */
public String get_LastModifierName()
/** @property */
public void set_LastModifierName(String value)
function get LastModifierName () : String 
function set LastModifierName (value : String)
function get LastModifierName () : String 
function set LastModifierName (value : String)
function get_LastModifierName();
function set_LastModifierName(value);
function get_LastModifierName();
function set_LastModifierName(value);

Property Value

Type: OnlineString
The last name of the modifier.
See Also