Update Object Properties
Updates the values of properties of an object entered as a reference using reflection.
Input
- Object Reference: Reference of the object whose property you want to update
- Type:
System.Object - Required
- Type:
- Property Name: Name of the property to be updated
- Type:
System.String - Required
- Type:
- Property Value: Value of the property to be updated
- Type:
System.Object - Required
- Type: