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
- 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.