DataSourceExpressionCollection.Item[Int32] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the data source expression object at a specified index.
public:
property System::Web::UI::WebControls::Expressions::DataSourceExpression ^ default[int] { System::Web::UI::WebControls::Expressions::DataSourceExpression ^ get(int index); void set(int index, System::Web::UI::WebControls::Expressions::DataSourceExpression ^ value); };
public System.Web.UI.WebControls.Expressions.DataSourceExpression this[int index] { get; set; }
member this.Item(int) : System.Web.UI.WebControls.Expressions.DataSourceExpression with get, set
Default Public Property Item(index As Integer) As DataSourceExpression
Parameters
- index
- Int32
The zero-based index of the data source expression to get.
Property Value
The data source expression object at the specified index.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.