MyNotifyProps.SetProperty<T>(T, T, String) Method

Definition

Set property template for My Notify props.

public:
generic <typename T>
 void SetProperty(T % field, T value, System::String ^ name);
public void SetProperty<T> (ref T field, T value, string name);
member this.SetProperty : 'T * 'T * string -> unit
Public Sub SetProperty(Of T) (ByRef field As T, value As T, name As String)

Type Parameters

T

Parameters

field
T

ref

value
T

value

name
String

string

Applies to