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