Don't for get to add
using System.Reflection;
xItem.xInformation.xval.GetType().GetProperty("MyPropertyName").SetValue(xItem.xInformation.xval, valueYouWishToAssign,null);
xItem.xInformation.xval.GetType().GetProperty("MyPropertyName").SetValue(xItem.xInformation.xval, valueYouWishToAssign,null);
No comments:
Post a Comment