Okapi .NET Library

InlineCodeFinder.Sample Property

 [This is preliminary documentation and subject to change.]

Gets and sets the sample string for the object.

[Visual Basic]
Public Property Sample As String
[C#]
public string Sample { get; set; }
[C++]
public: __property String* get_Sample();
public: __property void set_Sample(String* );
[JScript]
public function get Sample() : String
public function set Sample(String);

See Also

InlineCodeFinder Class | Okapi.Library.Filter Namespace