static PropertyInfo GetProperty(SynchronizedStorageSession storageSession, string name) { return(storageSession .GetType() .GetProperty(name, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance)); }