Skip to main content
Kampute.DocToolkit
A toolkit for generating custom .NET API documentation
Light
Dark
System
Welcome to DocToolkit
API
Kampute.DocToolkit.Metadata
Namespace
IProperty
Interface
SetMethod
Property
IProperty.SetMethod Property
Namespace
Kampute.DocToolkit.Metadata
Assembly
Kampute.DocToolkit.dll
Definition
Gets the set method of the property.
IMethod SetMethod { get; }
Property Value
IMethod
The set method metadata, or
null
if the property is read-only.
×