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

Usage

Visual Basic
Dim instance As SmsPropertyPage
Dim returnValue As String

returnValue = CType(instance, ISmsPage).get_HelpTopic

Syntax

Visual Basic
Private Overridable Function Microsoft.ConfigurationManagement.AdminConsole.ISmsPage.get_HelpTopic As String Implements ISmsPage.get_HelpTopic
C#
string ISmsPage.get_HelpTopic ()
C++
private:
virtual String^ Microsoft.ConfigurationManagement.AdminConsole.ISmsPage.get_HelpTopic () = ISmsPage::get_HelpTopic
J#

JScript

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