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!

ICodeProperty.GetSetMethod

Gets the set method for the property.

[Visual Basic]
Function GetSetMethod() As ICodeMethod
[C#]
ICodeMethod GetSetMethod();
[C++]
ICodeMethod* GetSetMethod() = 0;
[JScript]
function GetSetMethod() : ICodeMethod;

Return Value

The set method for the property.

See Also

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