Example #1
0
 /// <summary>
 /// Get a Velocity Runtime property.
 /// </summary>
 /// <param name="key">property to retrieve
 /// </param>
 /// <returns>property value or null if the property
 /// not currently set
 /// </returns>
 public virtual System.Object GetProperty(System.String key)
 {
     return(ri.getProperty(key));
 }
Example #2
0
 /// <summary>
 /// Get a Velocity Runtime property.
 /// </summary>
 /// <param name="key">property to retrieve
 /// </param>
 /// <returns>property value or null if the property
 /// not currently set
 /// </returns>
 public Object GetProperty(String key)
 {
     return(ri.getProperty(key));
 }