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);
InlineCodeFinder Class | Okapi.Library.Filter Namespace