WritingEntityReferenceLinkArgs.EntityReferenceLink Property

Gets the feed.

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

Syntax

'Declaration
Public Property EntityReferenceLink As ODataEntityReferenceLink 
    Get 
    Private Set
'Usage
Dim instance As WritingEntityReferenceLinkArgs 
Dim value As ODataEntityReferenceLink 

value = instance.EntityReferenceLink
public ODataEntityReferenceLink EntityReferenceLink { get; private set; }
public:
property ODataEntityReferenceLink^ EntityReferenceLink {
    ODataEntityReferenceLink^ get ();
    private: void set (ODataEntityReferenceLink^ value);
}
member EntityReferenceLink : ODataEntityReferenceLink with get, private set
function get EntityReferenceLink () : ODataEntityReferenceLink 
private function set EntityReferenceLink (value : ODataEntityReferenceLink)

Property Value

Type: Microsoft.Data.OData.ODataEntityReferenceLink
The feed.

See Also

Reference

WritingEntityReferenceLinkArgs Class

System.Data.Services.Client Namespace