PropertyRuleOperator.IsQuoted 属性
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property IsQuoted As Boolean
Get
Set
用法
Dim instance As PropertyRuleOperator
Dim value As Boolean
value = instance.IsQuoted
instance.IsQuoted = value
[DataMemberAttribute]
public bool IsQuoted { get; set; }