Disable Automatic

Hey!

We have the automatic updater set in Expression Blend to "Automatic" and everything is great.but how can I change this setting to "Disabled" from C# code??I don't see it in the Visual studio intellisense and want to give uses to set a checkbox to disable automatic updates

thx!

Steve

Hey Steve,

Set the UpdateType property to "DoNothing".