Compartir a través de


DeleteProperties.Properties Propiedad

Definición

Obtiene o establece las propiedades que se van a quitar.

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)

Valor de propiedad

Colección de rutas de acceso de propiedad que se van a quitar.

Ejemplos

user.age quitará "age" de "user".

Se aplica a