Share via


ResourceAssociationSet.End2 Property

Gets the target end of the association set.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property End2 As ResourceAssociationSetEnd 
    Get
'Usage
Dim instance As ResourceAssociationSet 
Dim value As ResourceAssociationSetEnd 

value = instance.End2
public ResourceAssociationSetEnd End2 { get; }
public:
property ResourceAssociationSetEnd^ End2 {
    ResourceAssociationSetEnd^ get ();
}
member End2 : ResourceAssociationSetEnd
function get End2 () : ResourceAssociationSetEnd

Property Value

Type: System.Data.Services.Providers.ResourceAssociationSetEnd
ResourceAssociationSetEnd that is at the target end of the association set.

See Also

Reference

ResourceAssociationSet Class

System.Data.Services.Providers Namespace