NormalizationRulesInstance.Pattern Property
NOTE: This API is now obsolete.
Gets the pattern definition for the normalization rule instance.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obselete.")> _
Public ReadOnly Property Pattern As String
Get
'Usage
Dim instance As NormalizationRulesInstance
Dim value As String
value = instance.Pattern
[ObsoleteAttribute("This class is obselete.")]
public string Pattern { get; }
Property Value
Type: System.String
A string in the form of a regular expression.
See Also
Reference
NormalizationRulesInstance Class