ClientErrorCodes.NotSupported Field

A constant integer that indicates that the client API has been blocked by the server administrator and that the request is not supported.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Public Const NotSupported As Integer
'Usage
Dim value As Integer

value = ClientErrorCodes.NotSupported
public const int NotSupported

Remarks

The value is always -2147024846.

See Also

Reference

ClientErrorCodes Class

ClientErrorCodes Members

Microsoft.SharePoint.Client Namespace