SoapDataSource.UpdateParameters property

Parameters on the Update command

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
Public ReadOnly Property UpdateParameters As ParameterCollection
    Get
'Usage
Dim instance As SoapDataSource
Dim value As ParameterCollection

value = instance.UpdateParameters
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection UpdateParameters { get; }

Property value

Type: System.Web.UI.WebControls.ParameterCollection
ParameterCollection of the parameters to be sent with the Update Command

See also

Reference

SoapDataSource class

SoapDataSource members

Microsoft.SharePoint.WebControls namespace