Share via


DeleteProperty.Property Property

Definition

Gets or sets property path to remove.

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

Property Value

Property path to remove.

Examples

user.age will remove "age" from "user".

Applies to