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!

ICodeMember.GetDescription

Gets the description of the member.

[Visual Basic]
Function GetDescription() As String
[C#]
string GetDescription();
[C++]
String* GetDescription() = 0;
[JScript]
function GetDescription() : String;

Remarks

This is normally stored in some sort of documentation comment near the member.

See Also

ICodeMember Interface | ICodeMember Members | System.ComponentModel.Design.CodeModel Namespace