DefaultModelMetadata.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:
virtual property Action<System::Object ^, System::Object ^> ^ PropertySetter { Action<System::Object ^, System::Object ^> ^ get(); };
public override Action<object,object> PropertySetter { get; }
public override Action<object,object?>? PropertySetter { get; }
member this.PropertySetter : Action<obj, obj>
Public Overrides ReadOnly Property PropertySetter As Action(Of Object, Object)