Calling
modelBuilder.Types().Configure( t => t.Property("StringProperty").IsUnicode(false));
modelBuilder.Types().Configure(t => t.Property("StringProperty").IsUnicode(true));
results in the property __not__ configured as Unicode
Comments: Verified: most functionality is as expected, although issue [1659](https://entityframework.codeplex.com/workitem/1659) filed to track issues with interaction between Types and Properties conventions
modelBuilder.Types().Configure( t => t.Property("StringProperty").IsUnicode(false));
modelBuilder.Types().Configure(t => t.Property("StringProperty").IsUnicode(true));
results in the property __not__ configured as Unicode
Comments: Verified: most functionality is as expected, although issue [1659](https://entityframework.codeplex.com/workitem/1659) filed to track issues with interaction between Types and Properties conventions