Okapi .NET Library

InlineCodeFinder.GetOptions Method 

 [This is preliminary documentation and subject to change.]

Gets the string representation of the options.

[Visual Basic]
Public Function GetOptions() As String
[C#]
public string GetOptions();
[C++]
public: String* GetOptions();
[JScript]
public function GetOptions(): String;

Return Value

The string representation of the options.

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace