Beispiel #1
0
 /// <summary>
 /// Return property from name.
 /// </summary>
 /// <param name="propertyName"></param>
 /// <returns></returns>
 public NdfPropertyValue GetProperty(string propertyName)
 {
     return PropertyValues.Find(x => x.Property.Name == propertyName);
 }