public override string QueryPropertyString(string strPropertyName) { NFIProperty property = mPropertyManager.GetProperty(strPropertyName); if (null != property) { return(property.QueryString()); } return(""); }
public override string QueryString(string strName) { NFIProperty xProperty = GetPropertyManager().GetProperty(strName); if (null != xProperty) { return(xProperty.QueryString()); } return(""); }