MimePartContentDescription.Parent Property
Gets the parent of the MIME part. The parent MIME part can be null when the MIME part is the top node.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Parent As MimePartContentDescription
Get
Private Set
'Usage
Dim instance As MimePartContentDescription
Dim value As MimePartContentDescription
value = instance.Parent
public MimePartContentDescription Parent { get; private set; }
Property Value
Type: Microsoft.Rtc.Collaboration.MimePartContentDescription
See Also
Reference
MimePartContentDescription Class