Link<T>.Value Propiedad

Definición

Obtiene o establece el valor asignado al Link<T> o cargado por él.

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 aplazada.

Se aplica a