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