NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BindingMode Collection

The BindingMode collection contains a single row that describes the “binding mode” for the application. This row, named AppBindingMode has a single property called Mode that can be set to one of two values: “safe” and “normal”.

Example:

<BindingMode>
   <AppBindingMode Mode="[safe|normal]"/>
</BindingMode>

If a value for the Mode property is not “safe” or “normal”, the binding mode is assumed to be “normal”.