PropertyInfo::SetMethod Property
.NET Framework (current version)
Gets the set accessor for this property.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Reflection::MethodInfo^The set accessor for this property, or null if the property is read-only.
Retrieving the value of the SetMethod property is equivalent to calling the GetSetMethod(Boolean) method with a value of true for the nonPublic argument.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: