MyNotifyProps.SetProperty<T>(T, T, String) Method
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.
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