Okapi .NET Library

InlineCodeFinder.Expression Property

 [This is preliminary documentation and subject to change.]

Gets the current full regular expression of the object.

[Visual Basic]
Public Property ReadOnly Expression As String
[C#]
public string Expression { get; }
[C++]
public: __property String* get_Expression();
[JScript]
public function get Expression() : String

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace