Returns the current value of the attribute.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public Binding PropertyBinding {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property PropertyBinding As Binding
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

See Also