DeleteProperties.Properties 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 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".