DataSourceElement.DataAccessMethod Property

Definition

Gets or sets the type of data access.

public:
 property System::String ^ DataAccessMethod { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("dataAccessMethod", DefaultValue="")]
public string DataAccessMethod { get; set; }
[<System.Configuration.ConfigurationProperty("dataAccessMethod", DefaultValue="")>]
member this.DataAccessMethod : string with get, set
Public Property DataAccessMethod As String

Property Value

Attributes

Applies to