Compartilhar via


RegularExpressionCondition.Pattern property

Namespace:  Microsoft.Office.Server.Search.Query.Rules
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Property Pattern As String
    Get
    Set
'Uso
Dim instance As RegularExpressionCondition
Dim value As String

value = instance.Pattern

instance.Pattern = value
public string Pattern { get; set; }

Property value

Type: System.String

Ver também

Referência

RegularExpressionCondition class

RegularExpressionCondition members

Microsoft.Office.Server.Search.Query.Rules namespace