RegularExpressionCondition.Pattern property
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Pattern As String
Get
Set
'Usage
Dim instance As RegularExpressionCondition
Dim value As String
value = instance.Pattern
instance.Pattern = value
public string Pattern { get; set; }
Property value
Type: System.String
See also
Reference
RegularExpressionCondition class