Message.Item[] Propriedade

Definição

Sobrecargas

Item[String]
Item[Int32]

Item[String]

public string this[string key] { get; set; }
member this.Item(string) : string with get, set

Parâmetros

key
String

Valor da propriedade

Aplica-se a

Item[Int32]

public string this[int key] { get; }
member this.Item(int) : string

Parâmetros

key
Int32

Valor da propriedade

Aplica-se a