NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberDescriptor.GetHelpURL

Gets the URL for the Help file specified in the HelpAttribute.

[Visual Basic]
Overridable Public Function GetHelpURL() As String
[C#]
public virtual string GetHelpURL();
[C++]
public: virtual String* GetHelpURL();
[JScript]
public function GetHelpURL() : String;

Return Value

The URL of the Help file that provides information for the member. If there is no HelpAttribute, the return value is set to the empty string ("").

Remarks

A visual designer can use this information to provide help for the member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | GetHelpTopic