Message.ChildrenNames Property

Independentsoft MSG .NET

Message ChildrenNames Property MSG .NET Class Library
Contains the names of the children of the contact.

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

Syntax

public IList<string> ChildrenNames { get; }
public IList<string> ChildrenNames { get; }
Public ReadOnly Property ChildrenNames As IList(Of String)
	Get
Public ReadOnly Property ChildrenNames As IList(Of String)
	Get
Dim instance As Message 
Dim value As IList(Of String)

value = instance.ChildrenNames
Dim instance As Message 
Dim value As IList(Of String)

value = instance.ChildrenNames
/** @property */
public IList<String> get_ChildrenNames()
/** @property */
public IList<String> get_ChildrenNames()
function get ChildrenNames () : IList<String>
function get ChildrenNames () : IList<String>
function get_ChildrenNames();
function get_ChildrenNames();

Property Value

Type: OnlineIList OnlineString 
The children names.
See Also