NormalizationRule.Pattern Property
Gets the pattern definition for the normalization rule.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Pattern As String
Get
'Usage
Dim instance As NormalizationRule
Dim value As String
value = instance.Pattern
public string Pattern { get; }
Property Value
Type: System.String
A string in the form of a regular expression.