ProductHeaderValue.Version Property
Gets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Version As String
Get
'Usage
Dim instance As ProductHeaderValue
Dim value As String
value = instance.Version
public string Version { get; }
public:
property String^ Version {
String^ get ();
}
member Version : string
function get Version () : String
Property Value
Type: System.String