ODataEntityReferenceLinksSerializationInfo.SourceEntitySetName Property

The source entity set name of the navigation property. Should be fully qualified if the entity set is not in the default container.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property SourceEntitySetName As String 
    Get 
    Set
'Usage
Dim instance As ODataEntityReferenceLinksSerializationInfo 
Dim value As String 

value = instance.SourceEntitySetName

instance.SourceEntitySetName = value
public string SourceEntitySetName { get; set; }
public:
property String^ SourceEntitySetName {
    String^ get ();
    void set (String^ value);
}
member SourceEntitySetName : string with get, set
function get SourceEntitySetName () : String 
function set SourceEntitySetName (value : String)

Property Value

Type: System.String

See Also

Reference

ODataEntityReferenceLinksSerializationInfo Class

Microsoft.Data.OData Namespace