EdmRelationshipAttribute.Role1Multiplicity Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Multiplicity at one end of the relationship.
public:
 property System::Data::Metadata::Edm::RelationshipMultiplicity Role1Multiplicity { System::Data::Metadata::Edm::RelationshipMultiplicity get(); };public System.Data.Metadata.Edm.RelationshipMultiplicity Role1Multiplicity { get; }member this.Role1Multiplicity : System.Data.Metadata.Edm.RelationshipMultiplicityPublic ReadOnly Property Role1Multiplicity As RelationshipMultiplicityProperty Value
A RelationshipMultiplicity value that indicates the multiplicity.
Remarks
Properties that define the related ends of an association can be defined in any order.
The multiplicity is specified by the Multiplicity attribute of the End element in the association that defines this relationship in the conceptual model. For more information, see CSDL, SSDL, and MSL Specifications.