ModelElementOwnerInfo.Owner Property
Gets the model element owner.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property Owner As IModelElement
'Usage
Dim instance As ModelElementOwnerInfo
Dim value As IModelElement
value = instance.Owner
public IModelElement Owner { get; }
public:
property IModelElement^ Owner {
IModelElement^ get ();
}
public function get Owner () : IModelElement
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Returns a IModelElement.
.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.