Gets the description of the member.
[Visual Basic] Function GetDescription() As String [C#] string GetDescription(); [C++] String* GetDescription() = 0; [JScript] function GetDescription() : String;
This is normally stored in some sort of documentation comment near the member.
ICodeMember Interface | ICodeMember Members | System.ComponentModel.Design.CodeModel Namespace