SPWebServiceBehavior enumeration

A value used to distinguish the behavior of the Web Service between different versions of Microsoft SharePoint Foundation.

Namespace:  WebSvcwebpartpages
Assembly:  STSSOAP (in STSSOAP.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration SPWebServiceBehavior
'Usage
Dim instance As SPWebServiceBehavior
[SerializableAttribute]
public enum SPWebServiceBehavior

Members

Member name Description
Version3 Specifies that the Web Service should use the Windows SharePoint Services 3.0 behavior.

Remarks

To access the SPWebServiceBehavior service and its methods, set a Web reference to https://Server_Name[sites/][Site_Name/]/_vti_bin/WebPartPages.asmx.

See also

Reference

WebSvcwebpartpages namespace