PropertyInfoGetSetMethod Method |
Returns the public set accessor for this property.
Namespace: System.ReflectionAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public MethodInfo GetSetMethod()
Return Value
Type:
MethodInfoThe 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