Capabilities.SendFileVersion Property

Gets or sets the file version to send.

Namespace:  Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Property SendFileVersion As String 
    Get 
    Set
'Usage
Dim instance As Capabilities 
Dim value As String 

value = instance.SendFileVersion

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

Property Value

Type: System.String
The file version to send.

See Also

Reference

Capabilities Structure

Microsoft.Owin.BuilderProperties Namespace