ModelComparisonChangeDefinition.IsComposingChildrenDefinitionChanged Property
Gets a value that indicates whether any composing child definitions 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 IsComposingChildrenDefinitionChanged As Boolean
public bool IsComposingChildrenDefinitionChanged { get; }
public:
property bool IsComposingChildrenDefinitionChanged {
bool get ();
}
member IsComposingChildrenDefinitionChanged : bool
function get IsComposingChildrenDefinitionChanged () : boolean
Property Value
Type: System.Boolean
true if any composing child definitions in the target element have changed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.