HierarchicalContentSource.SetProperty 方法
该成员将替代 ContentSource.SetProperty(String, Object)。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Overrides Sub SetProperty ( _
propertyName As String, _
value As Object _
)
用法
Dim instance As HierarchicalContentSource
Dim propertyName As String
Dim value As Object
instance.SetProperty(propertyName, value)
public override void SetProperty(
string propertyName,
Object value
)
参数
- propertyName
类型:System.String
- value
类型:System.Object