ModelProperty.Value Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value set into this property.
public:
 abstract property System::Activities::Presentation::Model::ModelItem ^ Value { System::Activities::Presentation::Model::ModelItem ^ get(); };
	public abstract System.Activities.Presentation.Model.ModelItem Value { get; }
	member this.Value : System.Activities.Presentation.Model.ModelItem
	Public MustOverride ReadOnly Property Value As ModelItem
	Property Value
Returns the property value as a ModelItem, or null.
Remarks
A property may return a value that is inherited further up the element hierarchy, in which case this property will return a value whose Source is not this. If no value has ever been set for the property Value will return null.