ContentDispositionHeaderValue.DispositionType Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property DispositionType As String
Get
Set
'Usage
Dim instance As ContentDispositionHeaderValue
Dim value As String
value = instance.DispositionType
instance.DispositionType = value
public string DispositionType { get; set; }
public:
property String^ DispositionType {
String^ get ();
void set (String^ value);
}
member DispositionType : string with get, set
function get DispositionType () : String
function set DispositionType (value : String)
Property Value
Type: System.String