ODataModelBuilder.ContainerName Property

 

Gets or sets the name of the container that will hold all the navigation sources, actions and functions

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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

See Also

ODataModelBuilder Class
System.Web.OData.Builder Namespace

Return to top