Table of Contents

Member

Gets the name of the member linked to this attribute.

Returns

string
Gets the name of the member linked to this attribute.
Remarks

This value is interpreted differently depending on where the attribute is applied to:

  • Applied to a field or property — Member identifies the name of the method to invoke when the value of the decorated member changes.
  • Applied to a method — Member identifies the name of the synced field or property whose changes trigger the decorated method.