QueryConditionCollection.IsReadOnly 属性
该成员将替代 OrderedCollectionBase<T>.IsReadOnly。
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Overrides ReadOnly Property IsReadOnly As Boolean
Get
用法
Dim instance As QueryConditionCollection
Dim value As Boolean
value = instance.IsReadOnly
public override bool IsReadOnly { get; }