TypeElement.Index Propriedade
Definição
Obtém ou define a posição do elemento.Gets or sets the position of the element.
public:
property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer
Valor da propriedade
A posição do elemento.The position of the element.
- Atributos