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!

RepeatInfo.OuterTableImplied

[To be supplied.]

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

See Also

RepeatInfo Class | RepeatInfo Members | System.Web.UI.WebControls Namespace