Share via


ODataFeedAndEntrySerializationInfo.EntitySetName Property

The entity set name of the entry to be written. 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 EntitySetName As String 
    Get 
    Set
'Usage
Dim instance As ODataFeedAndEntrySerializationInfo 
Dim value As String 

value = instance.EntitySetName

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

Property Value

Type: System.String

See Also

Reference

ODataFeedAndEntrySerializationInfo Class

Microsoft.Data.OData Namespace