ModelProperty.Value Property
When overridden in a derived class, gets the value of this property.
Namespace: Microsoft.Windows.Design.Model
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Value As ModelItem
Get
public abstract ModelItem Value { get; }
public:
virtual property ModelItem^ Value {
ModelItem^ get () abstract;
}
abstract Value : ModelItem
abstract function get Value () : ModelItem
Property Value
Type: Microsoft.Windows.Design.Model.ModelItem
A ModelItem instance representing the value of this property.
Remarks
A property may return a value that is inherited further up the element hierarchy, in which case this property returns a value whose source differs from this. If no value has ever been set for the property, this property returns nulla null reference (Nothing in Visual Basic).
.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