Share via


ModelRelationshipClass.RelatedElement Property

Gets the "related" element, or the element on the right-hand side of the relationship.

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

Syntax

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

Property Value

Type: System.Type
The related element.

.NET Framework Security

See Also

Reference

ModelRelationshipClass Class

Microsoft.Data.Schema.SchemaModel Namespace