Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 TRelated
'Usage
Dim instance As IModelSingleRelationship
Dim value As TRelated
value = instance.Element
instance.Element = value
TRelated Element { get; set; }
property TRelated Element {
TRelated get ();
void set (TRelated value);
}
function get Element () : TRelated
function set Element (value : TRelated)
Property Value
Type: TRelated
.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.
See Also
Reference
IModelSingleRelationship<TRelating, TRelated> Interface