DefaultMetadataDetails.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 or sets a property setter delegate to set the property value on a model object.
public:
property Action<System::Object ^, System::Object ^> ^ PropertySetter { Action<System::Object ^, System::Object ^> ^ get(); void set(Action<System::Object ^, System::Object ^> ^ value); };
public Action<object,object> PropertySetter { get; set; }
public Action<object,object?>? PropertySetter { get; set; }
member this.PropertySetter : Action<obj, obj> with get, set
Public Property PropertySetter As Action(Of Object, Object)