MimePartContentDescription.ContentDispositionType Property
Gets or sets the Content-Disposition of the MIME part.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ContentDispositionType As String
Get
Set
'Usage
Dim instance As MimePartContentDescription
Dim value As String
value = instance.ContentDispositionType
instance.ContentDispositionType = value
public string ContentDispositionType { get; set; }
Property Value
Type: System.String
See Also
Reference
MimePartContentDescription Class