SearchControlDataSource.HelpTopic Property

Gets or sets the help topic attribute of the search control data source.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property HelpTopic As String
public string HelpTopic { get; set; }
public:
property String^ HelpTopic {
    String^ get ();
    void set (String^ value);
}
member HelpTopic : string with get, set
function get HelpTopic () : String 
function set HelpTopic (value : String)

Property Value

Type: String
Returns the help topic.

.NET Framework Security

See Also

Reference

SearchControlDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace