Partager via


SmsPageControl.HelpTopic Property

Gets or sets the Help topic for the current page.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim value As String

value = Me.HelpTopic

Me.HelpTopic = value

Syntax

'Declaration
Protected Property HelpTopic As String
protected string HelpTopic { get; set; }
protected:
property String^ HelpTopic {
    String^ get ();
    void set (String^ value);
}
/** @property */
protected String get_HelpTopic ()

/** @property */
protected void set_HelpTopic (String value)
protected function get HelpTopic () : String

protected function set HelpTopic (value : String)

Property Value

Help topic string.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace