SPAuthenticationProvider.AuthenticationRedirectionUrl property
衍生的類別必須實作此唯讀屬性,若要取得的位置] 頁面上進行驗證。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride ReadOnly Property AuthenticationRedirectionUrl As Uri
Get
'用途
Dim instance As SPAuthenticationProvider
Dim value As Uri
value = instance.AuthenticationRedirectionUrl
public abstract Uri AuthenticationRedirectionUrl { get; }
Property value
Type: System.Uri
Uri 物件,代表頁面的位置。
請參閱
參照
SPAuthenticationProvider class