Beispiel #1
0
 /// <summary>
 /// Gets the value for the specified property for this element.
 /// </summary>
 /// <param name="propertyName">The name of the property.</param>
 /// <returns>The value of the property.</returns>
 public override object GetPropertyValue(string propertyName)
 {
     return(InnerElement.GetPropertyValue(propertyName));
 }