EntityDataSourceDesigner.DefaultContainerName Propriedade
Definição
Obtém ou define a propriedade DefaultContainerName do controle EntityDataSource.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
Valor da propriedade
O valor da propriedade DefaultContainerName.The value of the DefaultContainerName property.
- Atributos