[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies which Web sites to include in the query as specified by the Scope attribute.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public static string Webs(
	CAML.CAML..::QueryScope scope
)
Visual Basic (Declaration)
Public Shared Function Webs ( _
	scope As CAML..::QueryScope _
) As String
Visual C++
public:
static String^ Webs (
	CAML..::QueryScope scope
)

Parameters

scope
CAML..::QueryScope
specifies the query scope

See Also

CAML Class
JohnHolliday.Caml.Net Namespace