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