ModelComparisonChangeDefinition.IsPropertiesChanged Property

Gets a value that indicates whether any property values in the target element have changed.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property IsPropertiesChanged As Boolean
public bool IsPropertiesChanged { get; }
public:
property bool IsPropertiesChanged {
    bool get ();
}
member IsPropertiesChanged : bool
function get IsPropertiesChanged () : boolean

Property Value

Type: System.Boolean
true if any property values in the target element have been changed; otherwise, false.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace