DeleteProperty.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 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".