ModelProperty.Value Property

Definition

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.

Applies to