Link<T>.Value Propiedad

Definición

Obtiene o establece el valor asignado a o cargado por .Link<T>

public:
 property T Value { T get(); void set(T value); };
public T Value { get; set; }
member this.Value : 'T with get, set
Public Property Value As T

Valor de propiedad

T

Valor de esta propiedad diferida.

Se aplica a