RelationshipSet.ElementType Property

Definition

Gets the relationship type of this RelationshipSet.

public:
 property System::Data::Metadata::Edm::RelationshipType ^ ElementType { System::Data::Metadata::Edm::RelationshipType ^ get(); };
public System.Data.Metadata.Edm.RelationshipType ElementType { get; }
member this.ElementType : System.Data.Metadata.Edm.RelationshipType
Public ReadOnly Property ElementType As RelationshipType

Property Value

An RelationshipType object that represents the relationship type of this RelationshipSet.

Applies to