Partager via


UpdateClause Constructor (String, Object)

Initializes a new instance of the UpdateClause class with parameters that specify the property to update and its value.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    propertyValue As Object _
)
'Usage
Dim propertyName As String
Dim propertyValue As Object

Dim instance As New UpdateClause(propertyName, _
    propertyValue)
public UpdateClause(
    string propertyName,
    Object propertyValue
)
public:
UpdateClause(
    String^ propertyName, 
    Object^ propertyValue
)
public function UpdateClause(
    propertyName : String, 
    propertyValue : Object
)

Parameters

Remarks

Updates specified properties with the specified values.

Permissions

See Also

Reference

UpdateClause Class

UpdateClause Members

UpdateClause Overload

Microsoft.CommerceServer.Catalog Namespace