AssociationAttribute.OtherKeyMembers Property

Definition

Gets a collection of individual key members that are specified in the OtherKey property.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ OtherKeyMembers { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> OtherKeyMembers { get; }
member this.OtherKeyMembers : seq<string>
Public ReadOnly Property OtherKeyMembers As IEnumerable(Of String)

Property Value

A collection of individual key members that are specified in the OtherKey property.

Applies to