Children Property

Gets the list of mime parts contained in a mime/mixed or mime/alternative section.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property Children As Collection(Of MimePartContentDescription)
    Get
'Usage
Dim instance As MimePartContentDescription
Dim value As Collection(Of MimePartContentDescription)

value = instance.Children
public Collection<MimePartContentDescription> Children { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'MimePartContentDescription>)>)>

Remarks

This list will be empty if the content type if not one of these types.

See Also

Reference

MimePartContentDescription Class

MimePartContentDescription Members

Microsoft.Rtc.Collaboration Namespace