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!

10.8.3 Late bound member access expressions

The type of the member access target is Object the processing of the member access expression is deferred until runtime and the data member is late bound. At runtime, normal member access rules are applied to determine the correct member to access. If no such data member exists at runtime a System.MissingData memberException exception is thrown.