SPWebApplication.ExternalUrlZone property
取得或設定要用於跨防火牆存取的 URL 區域。URL 區域是伺服器陣列的拓撲中的位置。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ExternalUrlZone As Nullable(Of SPUrlZone)
Get
Set
'用途
Dim instance As SPWebApplication
Dim value As Nullable(Of SPUrlZone)
value = instance.ExternalUrlZone
instance.ExternalUrlZone = value
public Nullable<SPUrlZone> ExternalUrlZone { get; set; }
Property value
Type: System.Nullable<SPUrlZone>
提供要跨防火牆存取,若有的話,可使用的 URL 區域SPUrlZone物件否則,請a null reference (Nothing in Visual Basic)。
備註
將區域會將傳入要求 URL 關聯傳出 URL。可以針對每個區域,但僅有一個傳出 URL 可以指定每個區域指定 Url 的傳入任何的要求數字。傳出 URL 必須一律使用預設區域相關聯。