Appearance
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