EdmRelationshipAttribute.Role2Name 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.
Name of the role at the other end of the relationship.
public:
 property System::String ^ Role2Name { System::String ^ get(); };public string Role2Name { get; }member this.Role2Name : stringPublic ReadOnly Property Role2Name As StringProperty Value
A String that is the name of the role.
Remarks
Properties that define the related ends of an association can be defined in any order.
The role name is specified by the Role 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.