Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.