SPVirtualServerConfig.IntranetZoneOutgoingUrl 属性
请注意:此 API 现在已过时。
获取或设置发送 URL, SharePoint Foundation返回响应请求源自位于 intranet 区域中。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.", _
False)> _
Public Property IntranetZoneOutgoingUrl As String
Get
Set
用法
Dim instance As SPVirtualServerConfig
Dim value As String
value = instance.IntranetZoneOutgoingUrl
instance.IntranetZoneOutgoingUrl = value
[ObsoleteAttribute("Use SPWebApplication or SPIisSettings instead.",
false)]
public string IntranetZoneOutgoingUrl { get; set; }
属性值
类型:System.String
一个字符串,包含发送的 URL。
备注
设置IntranetZoneOutgoingUrl属性需要调用SPPropertyBag.Update方法在虚拟服务器配置属性的更改才会生效 ;例如, virtual_Server.Config.Properties.Update()。
删除传出的 URL,将该属性设置为空值 (在 C#空引用(无 在 Visual Basic 中) ) 或Nothing等 Visual Basic.NET 中。