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
'Declaration
Public Property ContainerName As String
Get
Set
'Usage
Dim instance As ODataModelBuilder
Dim value As String
value = instance.ContainerName
instance.ContainerName = value
public string ContainerName { get; set; }
public:
property String^ ContainerName {
String^ get ();
void set (String^ value);
}
member ContainerName : string with get, set
function get ContainerName () : String
function set ContainerName (value : String)
Property Value
Type: System.String
The name of the container