다음을 통해 공유


DeleteProperties.Properties 속성

정의

제거할 속성을 가져오거나 설정합니다.

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)

속성 값

제거할 속성 경로의 컬렉션입니다.

예제

user.age는 "user"에서 "age"를 제거합니다.

적용 대상