MimeNode.HasChildren property

The HasChildren property gets a bool value that indicates whether this MimeNode object has children.

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

Syntax

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

value = instance.HasChildren
public bool HasChildren { get; }

Property value

Type: System.Boolean

See also

Reference

MimeNode class

MimeNode members

Microsoft.Exchange.Data.Mime namespace