ModelComparisonResult.ChangeDefinition.IsPropertiesChanged Property

Returns whether any properties are changed.

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

Syntax

'Declaration
Public ReadOnly Property IsPropertiesChanged As Boolean
    Get
'Usage
Dim instance As ModelComparisonResult..::..ChangeDefinition
Dim value As Boolean

value = instance.IsPropertiesChanged
public bool IsPropertiesChanged { get; }
public:
property bool IsPropertiesChanged {
    bool get ();
}
function get IsPropertiesChanged () : boolean
member IsPropertiesChanged : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ModelComparisonResult.ChangeDefinition Class

ModelComparisonResult.ChangeDefinition Members

Microsoft.Data.Schema.SchemaModel Namespace