Gets the set method for the property.
[Visual Basic] Function GetSetMethod() As ICodeMethod [C#] ICodeMethod GetSetMethod(); [C++] ICodeMethod* GetSetMethod() = 0; [JScript] function GetSetMethod() : ICodeMethod;
The set method for the property.
ICodeProperty Interface | ICodeProperty Members | System.ComponentModel.Design.CodeModel Namespace