Message ChildrenNames Property | MSG .NET Class Library |
Contains the names of the children of the contact.
Namespace: Independentsoft.MsgAssembly: 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:

The children names.
See Also