PatternMatch.IsPunctuationStripped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if punctuation was removed for this match.
public:
property bool IsPunctuationStripped { bool get(); };
public bool IsPunctuationStripped { get; }
public bool IsPunctuationStripped { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.IsPunctuationStripped : bool
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsPunctuationStripped : bool
Public ReadOnly Property IsPunctuationStripped As Boolean
Property Value
- Attributes