ODataModelBuilder.ContainerName Property

 

Gets or sets the name of the container that will hold all the entity sets, actions and functions.

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

Syntax

public string ContainerName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ ContainerName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member ContainerName : string with get, set
Public Property ContainerName As String

Property Value

Type: System.String

The name of the container

See Also

ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace

Return to top