Skip to main content

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
  • Property Name: Name of the property to be updated
    • Type: System.String
    • Required
  • Property Value: Value of the property to be updated
    • Type: System.Object
    • Required