MimeNode.Parent Property
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As MimeNode
Get
'Usage
Dim instance As MimeNode
Dim value As MimeNode
value = instance.Parent
public MimeNode Parent { get; }