Link<T>::Value Property

 

Gets or sets the value assigned to or loaded by the Link<T>.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
property T Value {
	T get();
	void set(T value);
}

Property Value

Type: T

The value of this deferred property.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: