GenericContextCondition.Expression 属性
命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Property Expression As String
Get
Protected Set
用法
Dim instance As GenericContextCondition
Dim value As String
value = instance.Expression
instance.Expression = value
public string Expression { get; protected set; }