Gets or sets SearchResult which sets where to begin text search from.
Namespace:
PerpetuumSoft.Reporting.Silverlight.ServerAssembly: PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
C# |
---|
public SearchResult StartLocation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property StartLocation As SearchResult |
Visual C++ |
---|
public: property SearchResult^ StartLocation { SearchResult^ get (); void set (SearchResult^ value); } |