ModelRelationshipClass.FromElementClass Property
Gets the element metadata that represents the "from" element, or the element on the left-hand side of the relationship.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property FromElementClass As ModelElementClass
public ModelElementClass FromElementClass { get; }
public:
property ModelElementClass^ FromElementClass {
ModelElementClass^ get ();
}
member FromElementClass : ModelElementClass
function get FromElementClass () : ModelElementClass
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ModelElementClass
A model element metadata object.
.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.