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 target entity set of the binding.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public EntitySetConfiguration EntitySet {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property EntitySetConfiguration^ EntitySet {
[CompilerGeneratedAttribute]
EntitySetConfiguration^ get();
[CompilerGeneratedAttribute]
private: void set(EntitySetConfiguration^ value);
}
member EntitySet : EntitySetConfiguration with get, private set
Public Property EntitySet As EntitySetConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Builder.EntitySetConfiguration
See Also
NavigationPropertyBindingConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top