다음을 통해 공유


PropertyChange Class

Definition

Data of a property change.

public class PropertyChange
type PropertyChange = class
Public Class PropertyChange
Inheritance
PropertyChange

Properties

ChangeCategory

The change category.

ChangeType

The type of the change.

Description

The description of the changed property.

DisplayName

The enhanced display name of the json path. E.g., the json path value[0].properties will be translated to something meaningful like slots["Staging"].properties.

IsDataMasked

The boolean indicating whether the oldValue and newValue are masked. The values are masked if it contains sensitive information that the user doesn't have access to.

JsonPath

The json path of the changed property.

Level

Gets the level.

NewValue

The value of the property after the change.

OldValue

The value of the property before the change.

Applies to