PropertyInfo.GetSetMethod Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function GetSetMethod As MethodInfo
'Usage
Dim instance As PropertyInfo
Dim returnValue As MethodInfo

returnValue = instance.GetSetMethod()
public MethodInfo GetSetMethod()
public:
MethodInfo^ GetSetMethod()
member GetSetMethod : unit -> MethodInfo 
public function GetSetMethod() : MethodInfo

Return Value

Type: System.Reflection.Mock.MethodInfo

.NET Framework Security

See Also

Reference

PropertyInfo Class

PropertyInfo Members

GetSetMethod Overload

System.Reflection.Mock Namespace