InputDialog.Property 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.
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.