CallSiteBinder.UpdateLabel Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a label that can be used to cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Linq.Expressions.LabelTargetThe LabelTarget object representing a label that can be used to trigger the binding update.
Show: