Share via


MimeNode.FirstChild Property

The FirstChild property gets the MimeNode object that is the first child of this MimeNode object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property FirstChild As MimeNode
    Get
'Usage
Dim instance As MimeNode
Dim value As MimeNode

value = instance.FirstChild
public MimeNode FirstChild { get; }