XmlUrlDataSource.HttpMethod Property
Gets or sets which HTTP method should be used.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property HttpMethod As String
Get
Set
'Usage
Dim instance As XmlUrlDataSource
Dim value As String
value = instance.HttpMethod
instance.HttpMethod = value
public string HttpMethod { get; set; }
Property Value
Type: System.String
A string that contains either “Get” (the default) or “Post”.