public override bool SetProperty(string strPropertyName, NFIDataList varData) { if (mhtProperty.ContainsKey(strPropertyName)) { NFIProperty xProperty = (NFCProperty)mhtProperty[strPropertyName]; if (null != xProperty) { xProperty.SetData(varData.GetData(0)); } } return(true); }