ModelMetadata.PropertySetter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a property setter delegate to set the property value on a model object.
public:
abstract property Action<System::Object ^, System::Object ^> ^ PropertySetter { Action<System::Object ^, System::Object ^> ^ get(); };
public abstract Action<object,object> PropertySetter { get; }
public abstract Action<object,object?>? PropertySetter { get; }
member this.PropertySetter : Action<obj, obj>
Public MustOverride ReadOnly Property PropertySetter As Action(Of Object, Object)