3dak Client

SearchResultSet.SearchResult.PreviewText Property

[C#] In C#, this property is the indexer for the SearchResultSet.SearchResult class.

[Visual Basic]
Public Default Property ReadOnly PreviewText( _ 
   ByVal Boolean As Boolean _ 
) As 
[C#]
public string this[
   bool Boolean
] { get; }
[C++]
public: __property * get_String(
   bool Boolean
);
[JScript]
returnValue = SearchResultSet.SearchResultObject.Item( Boolean );
-or-
returnValue = SearchResultSet.SearchResultObject( Boolean );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

SearchResultSet.SearchResult Class | ppm3dakClient.Navigation Namespace