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
- propertyName
Type: System..::.String
The catalog property to update.
- propertyValue
Type: System..::.Object
The value to assign to the property.
Remarks
Updates specified properties with the specified values.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.