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

Specifies the membership for a query CAML..::MembershipType

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

Syntax

C#
public static string Membership(
	CAML.CAML..::MembershipType type,
	string value
)
Visual Basic (Declaration)
Public Shared Function Membership ( _
	type As CAML..::MembershipType, _
	value As String _
) As String
Visual C++
public:
static String^ Membership (
	CAML..::MembershipType type, 
	String^ value
)

Parameters

type
CAML..::MembershipType
specifies the membership type
value
String
specifies the membership filter value

Return Value

a new CAML Membership element

See Also