Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets {insert text here}.
Namespace:  System.Net.Http.Headers
Assembly:  System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public ReadOnly Property Product As ProductHeaderValue 
    Get
'Usage
Dim instance As ProductInfoHeaderValue 
Dim value As ProductHeaderValue 
value = instance.Product
public ProductHeaderValue Product { get; }
public:
property ProductHeaderValue^ Product {
    ProductHeaderValue^ get ();
}
member Product : ProductHeaderValue
function get Product () : ProductHeaderValue
Property Value
Type: System.Net.Http.Headers.ProductHeaderValue