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);
true if late binding is allowed; otherwise, false.
CodeNamespace Class | CodeNamespace Members | System.CodeDOM Namespace