Share via


InputDialog.Property Property

Definition

Gets or sets the memory property path which the value will be bound to.

public AdaptiveExpressions.Properties.StringExpression Property { get; set; }
member this.Property : AdaptiveExpressions.Properties.StringExpression with get, set
Public Property Property As StringExpression

Property Value

A string or expression which evaluates to string.

Remarks

This property will be used as the initial value for the input dialog. The result of this dialog will be placed into this property path in the callers memory scope.

Applies to