| Update Method | |
| See Also |
- pIResource
- The data for the resource to be updated. The Resource object must contain the key of the object to be updated.
Updates an existing resource.
The data for the resource, including the key of the resource to be updated, is contained in the Resource object passed to the method. To update a resource, you must first retrieve it using the Get method.
| Visual Basic |
|---|
Public Sub Update( _
ByVal pIResource As Resource _
) |
- pIResource
- The data for the resource to be updated. The Resource object must contain the key of the object to be updated.