ModelProperty.ComputedValue Proprietà

Definizione

Restituisce il valore attualmente calcolato per questa proprietà. L'impostazione di un valore su questa proprietà corrisponde a chiamare SetValue(Object), con la differenza che la proprietà può essere utilizzata nelle espressioni di associazione dati.

public:
 abstract property System::Object ^ ComputedValue { System::Object ^ get(); void set(System::Object ^ value); };
public abstract object ComputedValue { get; set; }
member this.ComputedValue : obj with get, set
Public MustOverride Property ComputedValue As Object

Valore della proprietà

Restituisce il valore calcolato come un oggetto Object.

Si applica a