SPWebApplication.InheritDataRetrievalSettings 属性
获取或设置一个值,该值指示 Web 应用程序是否继承管理中心应用程序中的数据检索服务设置。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property InheritDataRetrievalSettings As Boolean
Get
Set
用法
Dim instance As SPWebApplication
Dim value As Boolean
value = instance.InheritDataRetrievalSettings
instance.InheritDataRetrievalSettings = value
public bool InheritDataRetrievalSettings { get; set; }
属性值
类型:System.Boolean
true如果数据检索服务设置继承管理中心应用程序 ;否则为false。默认值是true。