Response.Status Property
NOTE: This API is now obsolete.
Gets or sets the response status of the query.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property Status As ResponseStatus
Get
Set
'Usage
Dim instance As Response
Dim value As ResponseStatus
value = instance.Status
instance.Status = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public ResponseStatus Status { get; set; }
Property Value
Type: Microsoft.SharePoint.Dsp.ResponseStatus
A ResponseStatus value that specifies the response status.