SPClientServiceRequestUsageEntry.HttpMethod property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HttpMethod As String
Get
Set
'Usage
Dim instance As SPClientServiceRequestUsageEntry
Dim value As String
value = instance.HttpMethod
instance.HttpMethod = value
public string HttpMethod { get; set; }
Property value
Type: System.String
See also
Reference
SPClientServiceRequestUsageEntry class