예제 #1
0
 public string GetValueForProperty(string propertyName)
 {
     if (null != IPropertyStore)
     {
         return(IPropertyStore.PropertyValue(propertyName));
     }
     return(null);
 }