Click or drag to resize
PropertyInfoGetSetMethod Method
Returns the public set accessor for this property.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public MethodInfo GetSetMethod()

Return Value

Type: MethodInfo
The MethodInfo object representing the Set method for this property if the set accessor is public, or null if the set accessor is not public.
See Also