Del via


DeleteProperties.Properties Property

Definition

Gets or sets properties to remove.

public System.Collections.Generic.List<AdaptiveExpressions.Properties.StringExpression> Properties { get; set; }
member this.Properties : System.Collections.Generic.List<AdaptiveExpressions.Properties.StringExpression> with get, set
Public Property Properties As List(Of StringExpression)

Property Value

Collection of property paths to remove.

Examples

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

Applies to