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!

CodeNamespace.AllowLateBound

Gets or sets whether the namespace allows late binding.

[Visual Basic]
Public Property AllowLateBound As Boolean
[C#]
public bool AllowLateBound {get; set;}
[C++]
public: __property bool get_AllowLateBound();
public: __property void set_AllowLateBound(bool);
[JScript]
public function get AllowLateBound() : Boolean;
public function set AllowLateBound(Boolean);

Property Value

true if late binding is allowed; otherwise, false.

See Also

CodeNamespace Class | CodeNamespace Members | System.CodeDOM Namespace