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