ContentDispositionHeaderValue.FileNameStar 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 FileNameStar As String 
    Get 
    Set
'Usage
Dim instance As ContentDispositionHeaderValue 
Dim value As String 

value = instance.FileNameStar

instance.FileNameStar = value
public string FileNameStar { get; set; }
public:
property String^ FileNameStar {
    String^ get ();
    void set (String^ value);
}
member FileNameStar : string with get, set
function get FileNameStar () : String 
function set FileNameStar (value : String)

Property Value

Type: System.String

See Also

Reference

ContentDispositionHeaderValue Class

System.Net.Http.Headers Namespace