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 the relating element metadata type.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property RelatingElement As ElementClass
'Usage
Dim instance As RelationshipClass
Dim value As ElementClass
value = instance.RelatingElement
public ElementClass RelatingElement { get; }
public:
property ElementClass^ RelatingElement {
ElementClass^ get ();
}
public function get RelatingElement () : ElementClass
Property Value
Type: Microsoft.Data.Schema.SchemaModel.ElementClass
.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.