Share via


ModelElementOwnerInfo.IsComposing Property

Gets whether the relationship is composing

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

Syntax

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

Property Value

Type: System.Boolean
Returns True if the relationship is composing; otherwise, False.

.NET Framework Security

See Also

Reference

ModelElementOwnerInfo Class

Microsoft.Data.Schema.SchemaModel Namespace