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.
This is a convenience method that provides an implementation for the abstract GetSetMethod method with the nonPublic parameter set to false.
To use the GetSetMethod method, first get the class Type. From the Type, get the System.Reflection.PropertyInfo. From the PropertyInfo, use the GetSetMethod method.