EntityDataSourceDesigner.DefaultContainerName Property

Definition

Gets or sets the DefaultContainerName property of the EntityDataSource control.

public:
 property System::String ^ DefaultContainerName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.EntityDataSourceContainerNameConverter))]
public string DefaultContainerName { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.WebControls.EntityDataSourceContainerNameConverter))>]
member this.DefaultContainerName : string with get, set
Public Property DefaultContainerName As String

Property Value

The value of the DefaultContainerName property.

Attributes

Applies to