ClientErrorCodes.Redirect 域

提供了一个常量的整数,指示服务器应将请求重定向到另一个 URL。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight.Runtime(位于 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中);  Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)  Microsoft.SharePoint.Client.Phone.Runtime(位于 Microsoft.SharePoint.Client.Phone.Runtime.dll 中)

语法

声明
Public Const Redirect As Integer
用法
Dim value As Integer

value = ClientErrorCodes.Redirect
public const int Redirect

备注

值始终是-2130575152。URL 的值存储在 ErrorValue。

另请参阅

引用

ClientErrorCodes 类

ClientErrorCodes 成员

Microsoft.SharePoint.Client 命名空间