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.GetGetMethod

Gets the get method for the property.

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

Return Value

The get method for the property.

See Also

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