ResourceAssociationSet.End1 Property

Gets the source end of the association set.

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

Syntax

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

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

Property Value

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

See Also

Reference

ResourceAssociationSet Class

System.Data.Services.Providers Namespace