SmsPageXmlData.HelpTopic Field
Indicates the Help topic for the page XML data.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageXmlData
Dim value As String
value = instance.HelpTopic
instance.HelpTopic = value
Syntax
'Declaration
<XmlAttributeAttribute("HelpID")> _
Public HelpTopic As String
[XmlAttributeAttribute("HelpID")]
public string HelpTopic
[XmlAttributeAttribute(L"HelpID")]
public:
String^ HelpTopic
/** @attribute XmlAttributeAttribute("HelpID") */
public String HelpTopic
XmlAttributeAttribute("HelpID")
public var HelpTopic : String
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageXmlData Class
SmsPageXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace