Skip to content

ServiceNow.Core

SNow.Core.Extensions.ExpandoObjectExtensions

ExpandoObjectExtensions.UpdateProp(ExpandoObject, string, object) Method

csharp
public static void UpdateProp(this System.Dynamic.ExpandoObject expando, string prop, object value);

Parameters

expando System.Dynamic.ExpandoObject

prop System.String

value System.Object

Released under the MIT License.