ContentType Property

Gets or sets the [ContentType] for the body or nullNothingnullptrunita null reference (Nothing in Visual Basic) 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 nullNothingnullptrunita null reference (Nothing in Visual Basic) if none is specified.

See Also

Reference

ContentDescription Class

ContentDescription Members

Microsoft.Rtc.Signaling Namespace