ContentDescription.ContentType Property

Gets or sets the ContentType for the body or null if none is specified.

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

Syntax

'Declaration
Public Property ContentType As ContentType
    Get
    Set
'Usage
Dim instance As ContentDescription
Dim value As ContentType

value = instance.ContentType

instance.ContentType = value
public ContentType ContentType { get; set; }

Property Value

Type: System.Net.Mime.ContentType
ContentType for the body or null if none specified.

See Also

Reference

ContentDescription Class

ContentDescription Members

Microsoft.Rtc.Signaling Namespace