ModelProperty.ComputedValue Property
When overridden in a derived class, gets the currently computed value for this property.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride Property ComputedValue As Object
Get
Set
public abstract Object ComputedValue { get; set; }
public:
virtual property Object^ ComputedValue {
Object^ get () abstract;
void set (Object^ value) abstract;
}
abstract ComputedValue : Object with get, set
abstract function get ComputedValue () : Object
abstract function set ComputedValue (value : Object)
Property Value
Type: System.Object
An object representing the computed value for this property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace