Share via


ProcedureConfiguration.EntitySet Property

Gets or sets the EntitySet that entities are returned from.

Namespace:  System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

'Declaration
Public Property EntitySet As EntitySetConfiguration 
    Get 
    Set
'Usage
Dim instance As ProcedureConfiguration 
Dim value As EntitySetConfiguration 

value = instance.EntitySet

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

Property Value

Type: System.Web.Http.OData.Builder.EntitySetConfiguration
The EntitySet that entities are returned from.

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace