Udostępnij przez


ParameterElement.Index Własność

Definicja

Pobiera lub ustawia położenie znanego typu ogólnego.

To API wspiera infrastrukturę produktu i nie jest przeznaczone do bezpośredniego używania z twojego kodu.

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

Wartość nieruchomości

Pozycja parametru w zawierającym typ zadeklarowany ogólny.

Atrybuty

Dotyczy