ModelElementOwnerInfo.ComposingOwner Property

Gets the composing owner.

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

Syntax

'Declaration
Public ReadOnly Property ComposingOwner As IModelElement
public IModelElement ComposingOwner { get; }
public:
property IModelElement^ ComposingOwner {
    IModelElement^ get ();
}
member ComposingOwner : IModelElement
function get ComposingOwner () : IModelElement

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Returns a IModelElement.

Remarks

Value may be null.

.NET Framework Security

See Also

Reference

ModelElementOwnerInfo Class

Microsoft.Data.Schema.SchemaModel Namespace