IModelSingleRelationship<TFrom, TTo>.Element Property
Gets or sets the related element.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Property Element As TTo
TTo Element { get; set; }
property TTo Element {
TTo get ();
void set (TTo value);
}
abstract Element : 'TTo with get, set
function get Element () : TTo
function set Element (value : TTo)
Property Value
Type: TTo
.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.