Share via


ModelComparisonChangeDefinition.IsComposingChildrenChanged Property

Gets a value that indicates whether any composing child elements 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 IsComposingChildrenChanged As Boolean
public bool IsComposingChildrenChanged { get; }
public:
property bool IsComposingChildrenChanged {
    bool get ();
}
member IsComposingChildrenChanged : bool
function get IsComposingChildrenChanged () : boolean

Property Value

Type: System.Boolean
true if any composing child elements in the target element have changed; otherwise, false.

.NET Framework Security

See Also

Reference

ModelComparisonChangeDefinition Class

Microsoft.Data.Schema.SchemaModel Namespace