Spring GemFire 1.0.1 API Reference

RegexInterest.Regex Property

Gets the regex backing this interest

[Visual Basic]
Public Property Regex() As String
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public string Regex { public get; public set; }

Property Value

The regex.

See Also

RegexInterest Class | Spring.Data.GemFire Namespace